[xiph-cvs] cvs commit: speex/libspeex speex_preprocess.h

Jean-Marc Valin jm at xiph.org
Tue Sep 16 13:41:34 PDT 2003



jm          03/09/16 16:41:34

  Modified:    libspeex speex_preprocess.h
  Log:
  implemented MCRA noise adaptation

Revision  Changes    Path
1.4       +6 -0      speex/libspeex/speex_preprocess.h

Index: speex_preprocess.h
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/speex_preprocess.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- speex_preprocess.h	16 Sep 2003 19:36:17 -0000	1.3
+++ speex_preprocess.h	16 Sep 2003 20:41:34 -0000	1.4
@@ -60,6 +60,12 @@
    float *min_ps;            /**< */
    float *last_energy;       /**< Energy of the previous frames */
    float *last_ps;           /**< Power spectrum of the past frames */
+
+   float *S;                 /**< Smoothed power spectrum */
+   float *Smin;              /**< See Cohen paper */
+   float *Stmp;              /**< See Cohen paper */
+   float *update_prob;       /**< Propability of speech presence for noise update */
+
    float *loudness_weight;   /**< */
 
    float *echo_noise;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list