Go to the source code of this file.
Compounds | |
| struct | SpeexEchoState |
Typedefs | |
| typedef SpeexEchoState | SpeexEchoState |
Functions | |
| SpeexEchoState * | speex_echo_state_init (int frame_size, int filter_length) |
| void | speex_echo_state_destroy (SpeexEchoState *st) |
| void | speex_echo_cancel (SpeexEchoState *st, float *ref, float *echo, float *out, float *Y) |
|
|
|
|
||||||||||||||||||||||||
|
Performs echo cancellation a frame |
|
|
Destroys an echo canceller state |
|
||||||||||||
|
Creates a new echo canceller state |
1.3.2