Working on a slot machine.  I have some code like this:

static MediaPlayer slotloopAudio;


slotloopAudio = MediaPlayer.create(this, R.raw.slotloop);


slotloopAudio.seekTo(0);
slotloopAudio.setLooping(true);
slotloopAudio.start();

Problem is when it goes from the end to the beginning there is a VERY
noticeable pause.  Any ideas?

-- 
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

Reply via email to