diff --git a/src/sdl_host.c b/src/sdl_host.c index 4cd4809d..762c5a99 100644 --- a/src/sdl_host.c +++ b/src/sdl_host.c @@ -122,6 +122,8 @@ static void audio_write_callback(struct SoundIoOutStream *outstream, } else { /* write out silence */ memset(tmp, 0, n * sizeof(tmp[0])); + + LOG_WARNING("wrote out %d frames of silence", n); } /* copy frames to output stream */