search for: speex_echo_get_weights

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

2008 Feb 02
0
Patch to make analysis data available.
...ex_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 =================================================================== --- include/speex/speex.h (revision 14443) +++ include/speex/speex.h (working copy) @@ -47,6 +47...