Can't get mp3 to loop without a pause.

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?
 

Hi @dmglakewood,
Did you try this using the “audio” library methods?

huh well look at that works perfectly. Thanks for the help.

Hi @dmglakewood,
Did you try this using the “audio” library methods?

huh well look at that works perfectly. Thanks for the help.