A radio API for Android

末鹿安然 提交于 2019-12-22 10:45:57

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/14191986/a-radio-api-for-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!