-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support using libogg from Xiph as alternative ogg decoder #101
Comments
The |
The current main is already ported to SDL3, so going back to that sounds like a bad idea. Plus all the other formats mostly works fine, it's just ogg that keeps giving issues. |
Really? Where? |
Here: https://github.com/Astrabit-ST/SDL3_sound But other approach would be some plugin like way where I could override a decoder with one of my own or just add a decoder if I implement an API and if the file format matches an existing one then it would use my decoder instead of the built-in one. |
It would be nice if it was possible to use libogg from Xiph instead of the internal ogg decoder to avoid the issues it currently has. This is similar to what is possible currently with SDL_Mixer.
The text was updated successfully, but these errors were encountered: