I was wondering if anyone has come across a way to generate DTMF tones in J2ME. I am trying to generate DTMF tones in J2ME, and can't seem to find anything substantial out there. If anyone has any idea on where I would look for something like this, I would be very appreciative.
Asked
Active
Viewed 412 times
0
-
did you look into **[javax.microedition.media.control.ToneControl.setSequence](http://docs.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/media/control/ToneControl.html#setSequence(byte[]) "API javadocs")** API? – gnat Jun 04 '12 at 12:40
-
@gnat. Thanks for your reply. I will check this out. However do you have any sample code or link to site explaining the usages of the same – Nilanchala Jun 04 '12 at 12:45
-
['mmapi' tag wiki](http://stackoverflow.com/tags/mmapi/info) provides a reference to tutorial for that API – gnat Jun 04 '12 at 12:58