I have been streaming MP3 audio tracks using the Apache Commons
libraries to create a local HTTP server and then connecting to it with
MediaPlayer.  This is a very cumbersome setup, and has tons of
overhead...that's why I was excited about the introduction of
AudioTrack.

Unfortunately I just realized that AudioTrack only supports PCM
audio.  Is it worth decoding the MP3 data in Java? Or is there anyway
to use the MediaPlayer's native decoding?

Just trying to figure out what is worse, running a local HTTP server,
or decoding MP3 audio to PCM in java....

-Zach
--~--~---------~--~----~------------~-------~--~----~
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