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 296 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_busy_count(). |
|
|
|
|
|
|
|
|
Definition at line 310 of file dsp.c. Referenced by ast_dsp_new(). |
|
|
|
|
|
Definition at line 294 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_features(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 311 of file dsp.c. Referenced by ast_dsp_digitreset(). |
|
|
|
|
|
|
|
|
Referenced by ast_dsp_digitreset(), and ast_dsp_new(). |
|
|
Definition at line 307 of file dsp.c. Referenced by ast_dsp_digitreset(). |
|
|
Definition at line 291 of file dsp.c. Referenced by ast_dsp_new(), and ast_dsp_set_threshold(). |
|
|
|
|
|
|
|
|
|
1.4.1