Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex')
-rw-r--r--libspeex/mdf.c1
1 files changed, 0 insertions, 1 deletions
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;
}