
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 | freqcount |
| int | gsamps |
| int | gsamp_size |
| int | progmode |
| 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 298 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_busy_count(). |
|
|
|
|
|
Definition at line 308 of file dsp.c. Referenced by ast_dsp_digitmode(), ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process(). |
|
|
|
|
|
Definition at line 292 of file dsp.c. Referenced by ast_dsp_process(). |
|
|
Definition at line 296 of file dsp.c. Referenced by ast_dsp_new(), ast_dsp_process(), and ast_dsp_set_features(). |
|
|
|
|
|
Definition at line 301 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
|
|
|
|
|
|
Definition at line 303 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
Definition at line 299 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
Definition at line 300 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
|
|
|
Definition at line 305 of file dsp.c. Referenced by ast_dsp_set_call_progress_zone(). |
|
|
|
|
|
Referenced by ast_dsp_digitmode(), ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_new(), and ast_dsp_process(). |
|
|
Definition at line 309 of file dsp.c. Referenced by ast_dsp_digitreset(), and ast_dsp_process(). |
|
|
Definition at line 293 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_threshold(). |
|
|
|
|
|
Definition at line 294 of file dsp.c. Referenced by ast_dsp_reset(). |
|
|
|
1.3.7