Home
last modified time | relevance | path

Searched refs:DTMFDetect (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Ddetect.cpp69 DTMFDetect::DTMFDetect() in DTMFDetect() function in ucommon::DTMFDetect
120 DTMFDetect::~DTMFDetect() in ~DTMFDetect()
129 void DTMFDetect::goertzelInit(goertzel_state_t *s, tone_detection_descriptor_t *t) in goertzelInit()
135 void DTMFDetect::goertzelUpdate(goertzel_state_t *s, in goertzelUpdate()
150 float DTMFDetect::goertzelResult (goertzel_state_t *s) in goertzelResult()
155 int DTMFDetect::putSamples(Linear amp, int samples) in putSamples()
370 int DTMFDetect::getResult(char *buf, int max) in getResult()
/dports/audio/ccaudio2/ccaudio2-2.2.0/inc/
H A Dccaudio2.h2119 class __EXPORT DTMFDetect : public Audio
2122 __DELETE_COPY(DTMFDetect);
2125 DTMFDetect();
2126 ~DTMFDetect();
/dports/audio/ccaudio2/ccaudio2-2.2.0/utils/
H A Dtonetool.cpp332 DTMFDetect *dtmf; in toneDetect()
390 dtmf = new DTMFDetect; in toneDetect()