| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| int | agc | 
| float | agclevel | 
| int | denoise | 
| int | samples | 
| SpeexPreprocessState * | state | 
Definition at line 105 of file func_speex.c.
| int agc | 
audio gain control is enabled or not
Definition at line 107 of file func_speex.c.
Referenced by speex_callback().
| float agclevel | 
audio gain control level [1.0 - 32768.0]
Definition at line 110 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
| int denoise | 
denoise is enabled or not
Definition at line 108 of file func_speex.c.
Referenced by speex_callback(), and speex_read().
| int samples | 
n of 8Khz samples in last frame
Definition at line 109 of file func_speex.c.
Referenced by speex_callback(), and speex_write().
| SpeexPreprocessState* state | 
speex preprocess state object
Definition at line 106 of file func_speex.c.
Referenced by destroy_callback(), and speex_callback().