Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
ost::Audio::dtmf_detect_state_t Struct Reference

#include <audio2.h>

Collaboration diagram for ost::Audio::dtmf_detect_state_t:
Collaboration graph
[legend]

Data Fields

int hit1
 
int hit2
 
int hit3
 
int hit4
 
int mhit
 
goertzel_state_t row_out [4]
 
goertzel_state_t col_out [4]
 
goertzel_state_t row_out2nd [4]
 
goertzel_state_t col_out2nd [4]
 
goertzel_state_t fax_tone
 
goertzel_state_t fax_tone2nd
 
float energy
 
int current_sample
 
char digits [129]
 
int current_digits
 
int detected_digits
 
int lost_digits
 
int digit_hits [16]
 
int fax_hits
 

Detailed Description

Definition at line 115 of file audio2.h.

Field Documentation

goertzel_state_t ost::Audio::dtmf_detect_state_t::col_out[4]

Definition at line 123 of file audio2.h.

goertzel_state_t ost::Audio::dtmf_detect_state_t::col_out2nd[4]

Definition at line 125 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::current_digits

Definition at line 132 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::current_sample

Definition at line 130 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::detected_digits

Definition at line 133 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::digit_hits[16]

Definition at line 135 of file audio2.h.

char ost::Audio::dtmf_detect_state_t::digits[129]

Definition at line 131 of file audio2.h.

float ost::Audio::dtmf_detect_state_t::energy

Definition at line 128 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::fax_hits

Definition at line 136 of file audio2.h.

goertzel_state_t ost::Audio::dtmf_detect_state_t::fax_tone

Definition at line 126 of file audio2.h.

goertzel_state_t ost::Audio::dtmf_detect_state_t::fax_tone2nd

Definition at line 127 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::hit1

Definition at line 116 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::hit2

Definition at line 117 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::hit3

Definition at line 118 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::hit4

Definition at line 119 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::lost_digits

Definition at line 134 of file audio2.h.

int ost::Audio::dtmf_detect_state_t::mhit

Definition at line 120 of file audio2.h.

goertzel_state_t ost::Audio::dtmf_detect_state_t::row_out[4]

Definition at line 122 of file audio2.h.

goertzel_state_t ost::Audio::dtmf_detect_state_t::row_out2nd[4]

Definition at line 124 of file audio2.h.


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