Displaying 1 result from an estimated 1 matches for "speex_preprocess_get_noise_estimate".
2008 Feb 02
0
Patch to make analysis data available.
...t32) */
+#define SPEEX_PREPROCESS_GET_SPECTRUM_SIZE 37
+
+/* Can't set power spectrum */
+/** Get power spectrum (int32[] of squared values) */
+#define SPEEX_PREPROCESS_GET_POWER_SPECTRUM 39
+
+/* Can't set noise estimate */
+/** Get noise estimate (int32[] of squared values) */
+#define SPEEX_PREPROCESS_GET_NOISE_ESTIMATE 41
+
+/* Can't set SNR */
+/** Get signal to noise ratio estimate for 300hz-2000hz range (int32 (scaled by 100)) */
+#define SPEEX_PREPROCESS_GET_SNR 43
+
#ifdef __cplusplus
}
#endif
Index: include/speex/speex_echo.h
===================================================================
--- in...