[android-developers] Re: ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-27 Thread mot12
I also have a quite popular app looping sounds (50 installations). Using MediaPlayer for simplicity, I found that MP3 files looped with an audible gap while OGG files looped without any problems on pretty much all devices. That was at the time Android 1.5 came out! Since then, I never heard of

[android-developers] Re: ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-23 Thread Doug
Have you considered using AudioTrack instead? You would have to decode your audio data to PCM if it's not already and write your own looping, but you would gain a lot of control over the stream of audio it produces. I realize this isn't really a solution to your problem, but it would give you