search for: speex_echo_get_weight_sizes

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

2008 Feb 02
0
Patch to make analysis data available.
...====================================== --- include/speex/speex_echo.h (revision 14443) +++ include/speex/speex_echo.h (working copy) @@ -51,6 +51,14 @@ /** Get sampling rate */ #define SPEEX_ECHO_GET_SAMPLING_RATE 25 +/* Can't set window sizes */ +/** Get weight sizes (int32[2]) */ +#define SPEEX_ECHO_GET_WEIGHT_SIZES 27 + +/* Can't set window content */ +/** Get weights (int32[]) */ +#define SPEEX_ECHO_GET_WEIGHTS 29 + /** Internal echo canceller state. Should never be accessed directly. */ struct SpeexEchoState_; Index: include/speex/speex.h =============================================================...