I use ACID to create perfectly formed audio loops. However, when I use them in Corona, there is always an awkward pause between the end of the song when it loops back to the beginning. Does anyone know the best technique to avoid the dreaded silence gap so the audio is seamlessly looped?
levelMusic = audio.loadStream("songLoop.mp3")
audio.play(levelMusic, {channel=1, loops=-1})
My only trick is to add a fade to the end of the track so the loopback is less obvious, but this is not optimal. [import]uid: 132937 topic_id: 35412 reply_id: 335412[/import]