Displaying 1 result from an estimated 1 matches for "speex_preprocess_get_snr".
2008 Feb 02
0
Patch to make analysis data available.
...EPROCESS_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
===================================================================
--- include/speex/speex_echo.h (revision 14443)
+++ include/speex/speex_echo.h (working copy)
@@ -51,6 +51,14 @@
/** Get sampling rate */
#define SPEEX_ECHO_GE...