2

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

Rise
  • 820
  • 4
  • 18
  • 33

1 Answers1

2

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

John La Rooy
  • 295,403
  • 53
  • 369
  • 502
  • 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? – Rise Jul 14 '10 at 10:05
  • @Rupesh Chavan That's a separate question, you should ask it as such. – fmark Jul 14 '10 at 11:33