Streaming AAC audio in an Android application

2019-08-07 10:17发布

问题:

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