Using build 1137, only tested on the Simulator so far. This looks easy, I must be missing something. The background music plays one loop and stops, whether I specify loops as -1, 2, 100…
myThemeSong = audio.loadStream("theme.mp3") audio.play(myThemeSong, { loops=-1, channel=MUSIC\_CHANNEL})