[android-developers] Re: MediaPlayer streaming WAV audio

2008-12-23 Thread Dave Sparks
The MediaPlayer doesn't support streaming at all. You can get away with a pseudo-streamed MP3 because the MP3 format was intended to be broadcast and the MP3 parser is a bit more forgiving about it than the other parsers. On Dec 23, 4:21 am, Aldo Neto tumo...@gmail.com wrote: Hi, I developed

[android-developers] Re: MediaPlayer streaming WAV audio

2008-12-23 Thread Aldo Neto
Thanks! I believe that Android team will add support for streaming sometime in the future, is that right? On Tue, Dec 23, 2008 at 4:37 PM, Dave Sparks davidspa...@android.comwrote: The MediaPlayer doesn't support streaming at all. You can get away with a pseudo-streamed MP3 because the MP3

[android-developers] Re: MediaPlayer streaming WAV audio

2008-12-23 Thread Dave Sparks
The Cupcake branch has provisions for streaming linear PCM audio in and out of Java. But before everyone gets too excited, please remember that it takes time for code in a stabilization branch to be deployed on a device. There are a series of release candidates, terminal acceptance cycles on