search for: speex_preprocess_get_power_spectrum

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

2008 Feb 02
0
Patch to make analysis data available.
...nt) */ +#define SPEEX_PREPROCESS_GET_AGC_GAIN 35 + +/* Can't set spectrum size */ +/** Get spectrum size for power and noise spectrum (int32) */ +#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...