-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL Audio ? #5
Comments
I haven't bound them yet, as you found. A PR would be welcome, I worked backwards from the wiki by copy pasting and then doing them one by one in order of usage so I could test them in the test code. One important note: I won't add any dependencies on this level - so as long as audio doesn't add other libs then just SDL itself - that's perfect. |
Ok I think there is no deps but will keep in mind. Thx
|
It's ok, it doesn't have to be the whole of the audio API to PR. If you only need a few functions to get what you need, |
Fix dual-monitor support on Linux
First, this is a nice binding working out of the box, congrats.
Seems to me there is no reference to SDL_OpenAudio. I need it for the ffmpeg binding.
Is it already done somewhere or should I send a pull request ?
( I'll start to write something while waiting for response )
Thanks and see ya!
The text was updated successfully, but these errors were encountered: