Is there an API for developing applications that can play radio fm transmission frequencies?? I am developing an application that requires me to read FM signals and play radio channels. In other words there are Android radio applications. Just wonderring what API they used since there is no available API under the Android platform documentation. I will appreciate the help.Thanks
There is no official API for FM radio in Android, however enthusiasts found the way to enable radio on Nexus One
Devices that I have seen so far have proprietary vendor-specific API to work with FM radio.
You can also use this library to develop a FM Radio App for android. But this library is firmware dependent.
Another options would be to have an internet radio app, which streams the radio station from an online source.