dtmfdetect: Add DTMF tone detector
authorOlivier Crête <olivier.crete@collabora.co.uk>
Thu, 5 Nov 2009 03:19:58 +0000 (22:19 -0500)
committerOlivier Crête <olivier.crete@collabora.co.uk>
Thu, 5 Nov 2009 15:39:37 +0000 (10:39 -0500)
commit12837a2611e73a9af235e0f37420269e45b113dd
tree46e724206f0c564efcecd9f32590dd2cdecd544a
parentf01e6c6f896c06f2cf6f900013eea4f47446c501
dtmfdetect: Add DTMF tone detector

It looks at raw audio data and emits messages when DTMF is detected.
The dtmf detector is the same Goertzel implementation used in FreeSwitch
and Asterisk. It is in the public domain.
gst/dtmf/Makefile.am
gst/dtmf/gstdtmf.c
gst/dtmf/gstdtmfdetect.c [new file with mode: 0644]
gst/dtmf/gstdtmfdetect.h [new file with mode: 0644]
gst/dtmf/tone_detect.c [new file with mode: 0644]
gst/dtmf/tone_detect.h [new file with mode: 0644]