15 #ifndef _INCLUDED_DTMFLIB_H 16 #define _INCLUDED_DTMFLIB_H 19 #include "os/OsStatus.h" 21 #define DTMF_TONES_BASE 512
toneID
Definition: dtmflib.h:23
Definition: dtmflib.cpp:56
int16_t MpAudioSample
Definition: MpTypes.h:44
OsStatus MpToneGen_getNextBuff(MpToneGenPtr thisobj, MpAudioSample *b, int N)
Definition: dtmflib.cpp:247
void MpToneGen_delete(MpToneGenPtr p)
Definition: dtmflib.cpp:574
#define DTMF_TONES_BASE
Definition: dtmflib.h:21
void MpToneGen_stopTone(MpToneGenPtr p)
Definition: dtmflib.cpp:161
struct __MpToneGen_tag * MpToneGenPtr
Definition: dtmflib.h:37
MpToneGenPtr MpToneGen_MpToneGen(int samprate, const char *toneLocale=NULL)
Definition: dtmflib.cpp:580
void MpToneGen_startTone(MpToneGenPtr p, int toneID)
Definition: dtmflib.cpp:118