Data Fields | |
int | agc |
float | agclevel |
int | denoise |
int | samples |
SpeexPreprocessState * | state |
Definition at line 51 of file func_speex.c.
int agc |
audio gain control is enabled or not
Definition at line 53 of file func_speex.c.
Referenced by speex_callback().
float agclevel |
audio gain control level [1.0 - 32768.0]
Definition at line 56 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
int denoise |
denoise is enabled or not
Definition at line 54 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
int samples |
n of 8Khz samples in last frame
Definition at line 55 of file func_speex.c.
Referenced by speex_callback().
SpeexPreprocessState* state |
speex preprocess state object
Definition at line 52 of file func_speex.c.
Referenced by speex_callback().