With the new 1.5 now finally being released, I'm trying to give my app
a second go.

I currently have a service where you can stream your music library
from the web. However, each stream has to be authenticated with a
cookie or the server returns a 500 error, so the standard MediaPlayer
will not work, because I cannot pass a cookie with the Uri!

I noticed that the API now has an AudioTrack class within
android.media. It can take a raw stream of PCM 16 BIT. I was wondering
if anyone has any tips or ideas on progmatically transcoding MP3
stream to PCM 16 for playing through.

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