Delay sound on mobile but not on desktop

Hi! Im using the latest version of Gdevelop, the sound / music is delayed when played on mobile phones but not on desktop, is this a bug? or am I doing things wrong? thanks for reading.

(I’ve also tried converting mp3 to wav (16bit PCM) yet still doesnt fix the problem)

It’s not a bug, it’s a limitation we have.
Phones load audio files at a slower rate than computers.

One solution is to load the audio file before you use it by playing it mute. And when you need to read it, set timecode to zero and turn on the sound.

I recommend to use .mp3 for your sound/music, it’s ligher and fully supported everywhere.

1 Like