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

jm at svn.xiph.org jm at svn.xiph.org
Thu May 11 03:46:59 PDT 2006


Author: jm
Date: 2006-05-11 03:46:57 -0700 (Thu, 11 May 2006)
New Revision: 11401

Modified:
   trunk/speex/libspeex/nb_celp.c
Log:
Enable enhancer by default (should have been done a long time ago)


Modified: trunk/speex/libspeex/nb_celp.c
===================================================================
--- trunk/speex/libspeex/nb_celp.c	2006-05-10 20:01:42 UTC (rev 11400)
+++ trunk/speex/libspeex/nb_celp.c	2006-05-11 10:46:57 UTC (rev 11401)
@@ -1070,7 +1070,7 @@
    st->submodes=mode->submodes;
    st->submodeID=mode->defaultSubmode;
 
-   st->lpc_enh_enabled=0;
+   st->lpc_enh_enabled=1;
 
 #ifdef OLD_ENHANCER
    st->excBuf = speex_alloc((st->frameSize + st->max_pitch + 1)*sizeof(spx_sig_t));



More information about the commits mailing list