djcharon
djcharon

Reputation: 319

Android How can i play shoutcast AAC, AAC+, MP3 in MediaPlayer for Android 2.3 and above?

I am developing a MP3 player, and I want to add radio features. Almost all StackOverflow posts about this are from 2010. This is very annoying for this topic, because I can't find a solution. I know that are commercial solutions, like AAC Player/Decoder and others. Can you give me some code examples instead?

Upvotes: 3

Views: 7131

Answers (1)

dex
dex

Reputation: 31

Here example of a player: http://code.google.com/p/aacplayer-android/

Upvotes: 2

Related Questions