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 the chance to solve the issue yourself instead of waiting on all the device manufacturers to solve it for you.
Doug On Dec 22, 4:39 pm, csyperski <[email protected]> wrote: > ICS can't loop audio seamlessly with more than one core, when using > MediaPlayer->setLooping(true). -- 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

