So, according to the documentation, we can limit the number of simultaneous sounds by setting ig.Sound.channels = N before calling ig.main(...).

However, when I set ig.Sound.channels = 1, I still hear sound playback overlapping with others. Am I missing something?