Hello, all ...

This is what I want to do:

1. read MP3 / AAC stream from network -- easily done with Java networking APIs
2. decode MP3 / AAC stream into PCM -- ???
3. feed PCM data into Android playback queue -- it looks like AudioTrack lets 
me do this

How do I do step #2? I don't want to use MediaPlayer because I need to be able 
to detect network timeouts / socket disconnects / etc. myself (and then 
reconnect) _without_ stopping the audio.

Regards,

John

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to