Search code examples
androidstreamingandroid-mediaplayeraacinternet-radio

Streaming AAC audio in an Android application


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


Solution

  • All what you need is here:

    AACPlayer - android