Streaming AAC audio in an Android application

6.5k Views Asked by At

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

There are 1 best solutions below

4
On BEST ANSWER

All what you need is here:

AACPlayer - android