Skip to content
Discussion options

You must be logged in to vote

The only way is to uninitialize every reference to the sound and reload them. An alternative could be to use ma_sound_init_from_data_source() and plug in your own custom data source that does all your resource management itself, but that would require a lot manual work on your part. You'd have to manage your ma_decoder objects yourself, and you won't get access to background loading and all the other stuff the internal resource manager provides unless you also do that yourself.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pfirsich
Comment options

Answer selected by pfirsich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants