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)
commitd1db40df6ea8e4be645c8b72730622cfa980c255
tree7bd7c41da49324f1f36f8fa5f7cce04a8d524f6b
parent5c30f3f9549e92c410d4ef213e651ad3501764fe
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]