I am having a big issue with recent updates to the android OS (specifically 3.2 on the Xoom) where using MediaPlayer.setLooping(true)
; will no longer loop a wav
or ogg
file with a gap in between loops.
I have an application that requires a seamless loop and it has worked fine using the OpenCore
framework, but I can't figure out how to get this to work on the new StageFright
framework. Can anyone give me a pointer on how to play a gapless audio loop using StageFright
on newer versions of the Android OS?