sourCEntral - mobile manpages

pdf

ost::Audio::dtmf_detect_state_t

NAME

ost::Audio::dtmf_detect_state_t −

SYNOPSIS

#include <audio2.h>

Public Attributes

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

Member Data Documentation

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

Author

Generated automatically by Doxygen for ccAudio from the source code.

pdf