Looping MP3 files - Sound breaks

Hello,

I’m looping an mp3 file using this technique:

musicChannel = music.play(0, int.MAX_VALUE);

The loop is seamless when I play in an audio editor, but when it’s looped by the code above there is a small break before it repeats.

Is this normal behaviour? Is there a better way I should be looping sounds?

Thanks!! :slight_smile:

PS: The compiler’s transcoder doesn’t seem to support any sound format except mp3 (?)… is there any way around this?