Displaying 1 result from an estimated 1 matches for "speex_preprocess_get_psd".
2008 Feb 12
0
Second part of data export patch
...00000000 +0100
+++ get_psd/include/speex/speex_preprocess.h 2008-02-12 17:15:10.000000000 +0100
@@ -186,6 +186,22 @@
/** Get current gain (int32 percent) */
#define SPEEX_PREPROCESS_GET_AGC_GAIN 35
+/* Can't set spectrum size */
+/** Get spectrum size for power spectrum (int32) */
+#define SPEEX_PREPROCESS_GET_PSD_SIZE 37
+
+/* Can't set power spectrum */
+/** Get power spectrum (int32[] of squared values) */
+#define SPEEX_PREPROCESS_GET_PSD 39
+
+/* Can't set noise size */
+/** Get spectrum size for noise estimate (int32) */
+#define SPEEX_PREPROCESS_GET_NOISE_PSD_SIZE 41
+
+/* Can't set no...