Rise
Rise

Reputation: 830

Can we generate DTMF tones using python?

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

Upvotes: 2

Views: 3523

Answers (1)

John La Rooy
John La Rooy

Reputation: 304215

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

Upvotes: 2

Related Questions