The audio keeps on crackling and popping like a flak cannon
I am using a audio on loop and no matter what I do it pops and it gets louder over time is there any place I should be putting it in specificcally because I have it in update = function()
I am using a audio on loop and no matter what I do it pops and it gets louder over time is there any place I should be putting it in specificcally because I have it in update = function()
when you put the audio in the update = function(), it plays the sound 60 times a second. try playing the sound in the init = function() on loop