Data Fields | |
| ast_frame | f |
| int | threshold |
| int | totalsilence |
| int | totalnoise |
| int | features |
| int | busymaybe |
| int | busycount |
| int | historicnoise [DSP_HISTORY] |
| int | historicsilence [DSP_HISTORY] |
| goertzel_state_t | freqs [7] |
| int | gsamps |
| int | tstate |
| int | tcount |
| int | digitmode |
| int | thinkdigit |
| float | genergy |
| union { | |
| dtmf_detect_state_t dtmf | |
| mf_detect_state_t mf | |
| } | td |
|
|
Definition at line 228 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_busy_count(). |
|
|
|
|
|
Definition at line 235 of file dsp.c. Referenced by ast_dsp_digitmode(), ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process(). |
|
|
|
|
|
Definition at line 222 of file dsp.c. Referenced by ast_dsp_process(). |
|
|
Definition at line 226 of file dsp.c. Referenced by ast_dsp_new(), ast_dsp_process(), and ast_dsp_set_features(). |
|
|
Definition at line 231 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_reset(). |
|
|
|
|
|
Definition at line 232 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
Definition at line 229 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
Definition at line 230 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
|
|
|
|
|
|
Referenced by ast_dsp_digitmode(), ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_new(), and ast_dsp_process(). |
|
|
Definition at line 236 of file dsp.c. Referenced by ast_dsp_digitreset(), and ast_dsp_process(). |
|
|
Definition at line 223 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_threshold(). |
|
|
|
|
|
Definition at line 224 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
|
1.3.4