I’m using the following code:
media.playSound(“sounds/test.mp3”, true)
which plays and loops just fine. The issue I’m having is after every iteration there is a noticeable pause before the next loop starts. This causes the loop to sound choppy. I’ve confirmed that the audio files I’m using (I’ve tried 3 of them) are seamless loops, so it’s not the audio files. Anyone have any ideas?