Tool/software: Linux
We have tried GStreamer Pipeline for DTMF detection from Audio file using the below command :
gst-launch-0.10 -m filesrc location="file.wav" ! decode bin ! audio convert ! dtmf detect ! autoaudio sink ! grep dtmf-event
In the same way, we are trying GStreamer pipeline for DTMF detection, by giving live input audio streaming with RS232 on Audio Jack.
Please can anyone help us with the detailed solution.