Displaying 1 result from an estimated 1 matches for "loudness_weight".
2008 Feb 21
0
st->nb_loudness_adapt removal patch
...s of memory and a partial cycle of CPU power ;)
-------------- next part --------------
Index: libspeex/preprocess.c
===================================================================
--- libspeex/preprocess.c (revision 14530)
+++ libspeex/preprocess.c (working copy)
@@ -236,7 +236,6 @@
float *loudness_weight; /**< Perceptual loudness curve */
float loudness; /**< Loudness estimate */
float agc_gain; /**< Current AGC gain */
- int nb_loudness_adapt; /**< Number of frames used for loudness adaptation so far */
float max_gain; /**< Maximum ga...