mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove a debugging line from the loopback example.
This commit is contained in:
@@ -20,7 +20,6 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
|
||||
drwav* pWav = (drwav*)pDevice->pUserData;
|
||||
ma_assert(pWav != NULL);
|
||||
|
||||
printf("Callback: %d\n", frameCount);
|
||||
drwav_write_pcm_frames(pWav, frameCount, pInput);
|
||||
|
||||
(void)pOutput;
|
||||
|
||||
Reference in New Issue
Block a user