Parse (extract) DTMF in Python
Posted
by Joseph
on Stack Overflow
See other posts from Stack Overflow
or by Joseph
Published on 2010-06-16T03:22:24Z
Indexed on
2010/06/16
3:32 UTC
Read the original article
Hit count: 245
If I have a recorded audio file (MP3), is there any way to get the figure out the DTMF tones that were recorded in pure Python?
(If pure python is not available, then Java is okay too. The point being that it should be able to run in Google Appengine)
© Stack Overflow or respective owner