search for: speex_preprocess_get_spectrum_size

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

2008 Feb 02
0
Patch to make analysis data available.
...+182,26 @@ /** Get loudness */ #define SPEEX_PREPROCESS_GET_AGC_LOUDNESS 33 +/* Can't get gain */ +/** Get current gain (int32 percent) */ +#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...