From 928e2784a501e6a87b434585913a92a5a4e4fe29 Mon Sep 17 00:00:00 2001 From: jm Date: Thu, 15 May 2008 14:30:01 +0000 Subject: oops, forgot to remove the muting in the previous commit. git-svn-id: http://svn.xiph.org/trunk/speex@14888 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libspeex/mdf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libspeex') diff --git a/libspeex/mdf.c b/libspeex/mdf.c index dbb4b8a..93adbf4 100644 --- a/libspeex/mdf.c +++ b/libspeex/mdf.c @@ -887,7 +887,6 @@ EXPORT void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *in, c /* This is an arbitrary test for saturation in the microphone signal */ if (in[i] <= -32000 || in[i] >= 32000) { - tmp_out = 0; if (st->saturated == 0) st->saturated = 1; } -- cgit v1.2.3