I'm new to Android development and I need to create an audio streamer. It will get the audio from a SHOUTcast server. I already know the pieces. I need to download the MP3 audio, extract the PCM data and feed and AudioTrack with the PCM data. I found this post about extracting the audio data:
http://mindtherobot.com/blog/624/android-audio-play-an-mp3-file-on-an-audiotrack/
I just don't know how to get the pieces together into a single class. May anyone help me please? My life depends on it.
Thanks!