Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | agc |
float | agclevel |
int | denoise |
int | samples |
SpeexPreprocessState * | state |
Definition at line 97 of file func_speex.c.
int agc |
audio gain control is enabled or not
Definition at line 99 of file func_speex.c.
Referenced by speex_callback().
float agclevel |
audio gain control level [1.0 - 32768.0]
Definition at line 102 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
int denoise |
denoise is enabled or not
Definition at line 100 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
int samples |
n of 8Khz samples in last frame
Definition at line 101 of file func_speex.c.
Referenced by speex_callback(), and speex_write().
SpeexPreprocessState* state |
speex preprocess state object
Definition at line 98 of file func_speex.c.
Referenced by destroy_callback(), and speex_callback().