[SOLVED] Audio/Sound stuttering on low end devices(android) for HTML5 build (empty project)

I create an empty project with with just a small ogg file playing in the background but on low end devices android the sound stutters when looped. I lowered the sample rate.

Defold Version 1.10.3

function init(self)
	sound.play("/go#sound")
end

Link: test_itch (password “test”)

Turns out I just had to change the sample rate from 0 to 2048

3 Likes