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

jm at svn.xiph.org jm at svn.xiph.org
Sun Jan 14 05:16:09 PST 2007


Author: jm
Date: 2007-01-14 05:16:07 -0800 (Sun, 14 Jan 2007)
New Revision: 12325

Modified:
   trunk/speex/libspeex/preprocess.c
Log:
minus debug printf()


Modified: trunk/speex/libspeex/preprocess.c
===================================================================
--- trunk/speex/libspeex/preprocess.c	2007-01-14 13:12:28 UTC (rev 12324)
+++ trunk/speex/libspeex/preprocess.c	2007-01-14 13:16:07 UTC (rev 12325)
@@ -599,7 +599,7 @@
    
       st->agc_gain = target_gain;
    }
-   printf ("%f %f %f\n", loudness, (float)AMP_SCALE_1*pow(st->loudness, 1.0f/LOUDNESS_EXP), st->agc_gain);
+   /*printf ("%f %f %f\n", loudness, (float)AMP_SCALE_1*pow(st->loudness, 1.0f/LOUDNESS_EXP), st->agc_gain);*/
       
    for (i=0;i<2*N;i++)
       ft[i] *= st->agc_gain;



More information about the commits mailing list