Commit 3c68046f authored by David Reid's avatar David Reid

Remove a debugging line from the loopback example.

parent 4edc39ac
...@@ -20,7 +20,6 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin ...@@ -20,7 +20,6 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
drwav* pWav = (drwav*)pDevice->pUserData; drwav* pWav = (drwav*)pDevice->pUserData;
ma_assert(pWav != NULL); ma_assert(pWav != NULL);
printf("Callback: %d\n", frameCount);
drwav_write_pcm_frames(pWav, frameCount, pInput); drwav_write_pcm_frames(pWav, frameCount, pInput);
(void)pOutput; (void)pOutput;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment