From 4d7b7fde8162f32552e4929f4ec21698ceb52dcd Mon Sep 17 00:00:00 2001 From: EvanR Date: Thu, 18 Feb 2010 08:42:52 -0600 Subject: [PATCH] Removed stupid debug message from audio callback. --- audio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audio.c b/audio.c index 80fbe42..3632d44 100644 --- a/audio.c +++ b/audio.c @@ -38,7 +38,6 @@ void audio_callback(void *userdata, Uint8 *stream, int bytes){ int buflen = bytes / 2; /* Sint16 = 2 bytes */ int samples = buflen / 2; /* 2 channels */ -printf("audio_callback: %d bytes\n", bytes/2); synth_generate(lout, rout, samples); for(i=0, j=0; i