search for: speex_preprocess_get_noise_psd

Displaying 1 result from an estimated 1 matches for "speex_preprocess_get_noise_psd".

2008 Feb 12
0
Second part of data export patch
...or 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 noise estimate */ +/** Get noise estimate (int32[] of squared values) */ +#define SPEEX_PREPROCESS_GET_NOISE_PSD 43 + #ifdef __cplusplus } #endif diff -ubBwr get_agc_gain/libspeex/preprocess.c get_psd/libspeex/preprocess.c --- get_agc_gain/libspeex/preprocess.c 2008-...