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

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Fri May 20 20:43:19 PDT 2005


Author: jm
Date: 2005-05-20 20:43:18 -0700 (Fri, 20 May 2005)
New Revision: 9296

Modified:
   trunk/speex/libspeex/mdf.c
Log:
Less aggressive on initial adaptation


Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c	2005-05-21 00:24:25 UTC (rev 9295)
+++ trunk/speex/libspeex/mdf.c	2005-05-21 03:43:18 UTC (rev 9296)
@@ -423,9 +423,9 @@
    } else {
       /* Temporary adaption rate if filter is not adapted correctly */
       if (SER<.1)
-         st->adapt_rate =.8/(2+M);
+         st->adapt_rate =.5/(2+M);
       else if (SER<1)
-         st->adapt_rate =.4/(2+M);
+         st->adapt_rate =.3/(2+M);
       else if (SER<10)
          st->adapt_rate =.2/(2+M);
       else if (SER<30)



More information about the commits mailing list