Hi
I am trying to loop a short mp3 audio (engine noise) by using the following code but no matter what I do, I get a noticeable gap at the beginning of each repeat. I read other posts but couldn’t figure out what the problem is. The noise sounds flawless when I listen to the loop in Ableton audio interface. Here is the code:
local noise = audio.loadStream( "noise.mp3")
audio.play( noise, {loops=-1})