Share My Creation DTMF_DDIALER & device Management

This is the telephone dtmf beeper, they can also manage multiple devices through the audio output. The scheme is applied. For example, to make a "running fire" press 1,2,4,8 Test for Samsung Galaxy S. Sorry for my bad English.
 

Attachments

  • main.png
    main.png
    58.4 KB · Views: 6,754
  • sheet.png
    sheet.png
    71.5 KB · Views: 343
  • dtmf_dialer.apk
    172.1 KB · Views: 230

Thuong

Member
Licensed User
Longtime User
Help me

This is the telephone dtmf beeper, they can also manage multiple devices through the audio output. The scheme is applied. For example, to make a "running fire" press 1,2,4,8 Test for Samsung Galaxy S. Sorry for my bad English.

Dear Alexhi
I would like to make DTMF through the headphone port same you
How to write the code with B4A ?
Thank
 

alexhi

Member
Licensed User
Longtime User
All simple

Dear Alexhi
I would like to make DTMF through the headphone port same you
How to write the code with B4A ?
Thank

All simple

Dim mp As MediaPlayer

mp.Load(File.DirAssets, "dtmf-1.wav")
mp.Play
 
Top