简体   繁体   中英

Receiving DTMF in Android

Wanted to know if there is a way to decode the DTMF signals (sent from other phones) into numbers so that the number can be manipulated as required?

For eg: If I am pressing 1234 from phone A during a call I should be able to get that 1234 number on the Android phone B.

As far as I know this is not supported yet.

You can't tap into the voice call sound stream, so there is no way you can detect DTMF tones by yourself even if you wanted to.

I think it is possible by using this project.

here is the link

https://code.google.com/p/dtmf-decoder/source/checkout

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM