Streaming AAC audio in an Android application

允我心安 提交于 2019-12-13 18:23:15

问题


I am trying to program a simple Android app that will stream an internet radio station (I have the url), but the stream is aac audio. I am aware of COREaac, but there isn't alot of documentation about it. Is there a separate decoding library I need to get this app to work? Any suggestions would be helpful or if anyone has had a similar issue and resolved it.

Thanks


回答1:


All what you need is here:

AACPlayer - android



来源:https://stackoverflow.com/questions/9009204/streaming-aac-audio-in-an-android-application

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