#include "misc.h"#include "speex_echo.h"#include "smallft.h"#include <math.h>Defines | |
| #define | BETA .65 |
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 *Yout) |
|
|
|
|
||||||||||||||||||||||||
|
Performs echo cancellation a frame |
|
|
Destroys an echo canceller state |
|
||||||||||||
|
Creates a new echo canceller state |
1.3.2