Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A radio API for Android

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

like image 436
John Kulova Avatar asked Aug 27 '26 03:08

John Kulova


1 Answers

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.

like image 200
Raghav Sood Avatar answered Aug 29 '26 18:08

Raghav Sood