From 8a47893eb2cbadaa54f350e4f0ea291aef558a8c Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Thu, 28 Jun 2012 14:45:39 +0800 Subject: [PATCH] server/audin: remove a debug message. --- server/channels/audin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/channels/audin.c b/server/channels/audin.c index 7f5e0137b..587b99f0a 100644 --- a/server/channels/audin.c +++ b/server/channels/audin.c @@ -249,8 +249,6 @@ static boolean audin_server_recv_data(audin_server* audin, STREAM* s, uint32 len audin->context.dst_format.nChannels, audin->context.dst_format.nSamplesPerSec); frames = audin->dsp_context->resampled_frames; src = audin->dsp_context->resampled_buffer; - printf("resampled %d frames at %d to %d frames at %d\n", - size / sbytes_per_frame, format->nSamplesPerSec, frames, audin->context.dst_format.nSamplesPerSec); } IFCALL(audin->context.ReceiveSamples, &audin->context, src, frames);