Mixer Missing Key Functionality #14
Replies: 2 comments 2 replies
-
Hello! I haven't made any test with mixer, and I'm not really knowledgeable with this library, that's why some stuff is not implemented yet. And then the exposed API wrappers have been generated as a first pass in methods.go. For example:
Thank you for showing interest! I hope the current organization isn't too messy haha, I'd appreciate your contributions! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info that helped me work out what I needed to do. I have a branch ready with the changes but don't appear to have permissions to push code to the repo. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was having a play around with mixer and noticed that Mix_PlayChannel and the Free functions for music and chunk were not implemented which kind of defeats the purpose of the mixer package if we cant playback and cleanup audio. Mix_PlayChannel is marked with a
?
in coverage so was wondering what technical issues was holding up its implementation and if I wanted to have a look into implementing that where would be the best place to start poking around?Beta Was this translation helpful? Give feedback.
All reactions