[android-developers] MediaPlayer pause on loop

2010-05-11 Thread Jason
Hi all, I am having an issue with a looping audio file using MediaPlayer. I am developing a realtime game and have a 100K MP3 file I want to loop as background music. The size of the file means I can't pre-load into memory (using SoundPool) so I am using the MediaPlayer to stream the data. All

Re: [android-developers] MediaPlayer pause on loop

2012-08-16 Thread johnsin
Conversion to OGG didn't work for me.. so I am in the same boat as you.. Did anyone get anywhere with this? On Tuesday, May 11, 2010 5:35:55 AM UTC-7, Jason wrote: > > Hi all, > > I am having an issue with a looping audio file using MediaPlayer. I > am developing a realtime game and have a 100

Re: [android-developers] MediaPlayer pause on loop

2012-08-16 Thread bob
Maybe try starting the audio in a background thread? On Thursday, August 16, 2012 10:08:05 PM UTC-5, johnsin wrote: > > Conversion to OGG didn't work for me.. so I am in the same boat as you.. > Did anyone get anywhere with this? > > On Tuesday, May 11, 2010 5:35:55 AM UTC-7, Jason wrote: >> >>