From db011c39e3c446825649ae8d6cfbf150950e2dbb Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 8 Apr 2019 17:43:18 +1000 Subject: [PATCH] Stop spamming debug output messages. --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 91e21911..e8dc4aa3 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -14850,7 +14850,7 @@ ma_result ma_device_read__pulse(ma_device* pDevice, void* pPCMFrames, ma_uint32 } #if defined(MA_DEBUG_OUTPUT) - printf("TRACE: Data available: bytesMapped=%ld, readableSizeInBytes=%ld.\n", bytesMapped, readableSizeInBytes); + //printf("TRACE: Data available: bytesMapped=%ld, readableSizeInBytes=%ld.\n", bytesMapped, readableSizeInBytes); #endif if (pDevice->pulse.pMappedBufferCapture == NULL && bytesMapped == 0) { @@ -14865,7 +14865,7 @@ ma_result ma_device_read__pulse(ma_device* pDevice, void* pPCMFrames, ma_uint32 } else { /* No data available. Need to wait for more. */ #if defined(MA_DEBUG_OUTPUT) - printf("TRACE: Capture: pa_mainloop_iterate(). readableSizeInBytes=%ld\n", readableSizeInBytes); + //printf("TRACE: Capture: pa_mainloop_iterate(). readableSizeInBytes=%ld\n", readableSizeInBytes); #endif /*