views:

45

answers:

1

Hello,
i am keen to know whether we can generate a DTMF tones using python? If yes then is there any library to do so? I have checked on the net there i could find sample program to decode the DTMF tones but not vice-versa. It would be great if anyone can give me some hint.
Thanks,
Rupesh

+1  A: 

You can just use samples of the dtmf tones and play them back from wav files for example. You could use this website to create the samples

gnibbler
Thanks a lot for the pointer. It will be very kind of you if you can give me some hint about how to send those DTMF tones through modem using python?
Rupesh Chavan
@Rupesh Chavan That's a separate question, you should ask it as such.
fmark