Closed ghost closed 1 year ago
Adds a couple helper functions similar to Mix_HaltGroup that make it easy to pause and resume groups of channels together. In my game I group in-game sounds so I can easily pause and resume them when the game pauses.
Mix_HaltGroup
This seems like a great addition, thanks!
Adds a couple helper functions similar to
Mix_HaltGroup
that make it easy to pause and resume groups of channels together. In my game I group in-game sounds so I can easily pause and resume them when the game pauses.