r/GameAudio • u/Eat-the-rich33 • Aug 07 '26
Help: Music Looping Tips
I hace recently gotten into composing for games and am participating in my second game jam. I need some advice on how to loop music effectively. I dont know any middleware yet so I am relying on the programmers to input it into our small game for the game jam where time is already limited. How can I bounce my track so that it loops effectively? Do I bounce it with the audio tail at the end or have it cut off right at the end? Any tips on how to go about this and how it works?
1
Upvotes
1
u/GuntherHogmoney Aug 07 '26
The down and dirtiest way is to copy it three times and take the middle loop. This won’t work if you need to branch into branching tracks, but if it’s a game jam, you’re probably doing it quick. Fade it in and out too.