[xiph-commits] r14888 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Thu May 15 07:30:02 PDT 2008


Author: jm
Date: 2008-05-15 07:30:01 -0700 (Thu, 15 May 2008)
New Revision: 14888

Modified:
   trunk/speex/libspeex/mdf.c
Log:
oops, forgot to remove the muting in the previous commit.


Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c	2008-05-15 14:08:07 UTC (rev 14887)
+++ trunk/speex/libspeex/mdf.c	2008-05-15 14:30:01 UTC (rev 14888)
@@ -887,7 +887,6 @@
       /* 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;
       }



More information about the commits mailing list