This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: GStreamer pipeline to detect DTMF tone from Audio jack

Part Number: AM5728

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.