Replies: 1 comment
-
You need to call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Currently I use miniaudio to play one audio file at a time. If another is requested it replaces the previous one.
It's not clear from documentation whether should I call
ma_decoder_uninit
on previously initialized decoder to avoid leaks or it's okay to just callma_decoder_init_file
on the decoder variable which was initialized before with different file.I.e. do I need to track the fact of initialization like this?
Beta Was this translation helpful? Give feedback.
All reactions