Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


mf_detect_state_t Struct Reference

Data Fields

int current_hit
 
int current_sample
 
int hits [5]
 
int mute_samples
 
goertzel_state_t tone_out [6]
 

Detailed Description

Definition at line 283 of file dsp.c.

Field Documentation

int current_hit

Definition at line 286 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

int current_sample

Definition at line 288 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

int hits[5]

Definition at line 287 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

int mute_samples

Definition at line 289 of file dsp.c.

Referenced by mf_detect().

goertzel_state_t tone_out[6]

Definition at line 285 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().


The documentation for this struct was generated from the following file: