Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | agc |
float | agclevel |
int | denoise |
int | samples |
SpeexPreprocessState * | state |
Definition at line 99 of file func_speex.c.
int agc |
audio gain control is enabled or not
Definition at line 101 of file func_speex.c.
float agclevel |
audio gain control level [1.0 - 32768.0]
Definition at line 104 of file func_speex.c.
int denoise |
denoise is enabled or not
Definition at line 102 of file func_speex.c.
int samples |
n of 8Khz samples in last frame
Definition at line 103 of file func_speex.c.
SpeexPreprocessState* state |
speex preprocess state object
Definition at line 100 of file func_speex.c.