Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
tone_detect_state_t Struct Reference
Collaboration diagram for tone_detect_state_t:
Collaboration graph
[legend]

Data Fields

int block_size
 
float energy
 
int freq
 
int hit_count
 
int hits_required
 
int last_hit
 
int mute_samples
 
int samples_pending
 
int squelch
 
float threshold
 
goertzel_state_t tone
 

Detailed Description

Definition at line 265 of file dsp.c.

Field Documentation

◆ block_size

int block_size

Definition at line 268 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ energy

float energy

Definition at line 271 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ freq

int freq

Definition at line 267 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ hit_count

int hit_count

Definition at line 278 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ hits_required

int hits_required

Definition at line 275 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ last_hit

int last_hit

Definition at line 279 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ mute_samples

int mute_samples

Definition at line 273 of file dsp.c.

Referenced by tone_detect().

◆ samples_pending

int samples_pending

Definition at line 272 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ squelch

int squelch

◆ threshold

float threshold

Definition at line 276 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().

◆ tone

Definition at line 270 of file dsp.c.

Referenced by ast_tone_detect_init(), and tone_detect().


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