Update OpenAL-Soft, & use SDL3 as an audio backend if compiled with SDL3#63
Draft
Raltyro wants to merge 1 commit intoFunkinCrew:masterfrom
Draft
Update OpenAL-Soft, & use SDL3 as an audio backend if compiled with SDL3#63Raltyro wants to merge 1 commit intoFunkinCrew:masterfrom
Raltyro wants to merge 1 commit intoFunkinCrew:masterfrom
Conversation
c2bcf80 to
2183ccf
Compare
cc50aed to
c58c3c0
Compare
…DL3... ... Also remove the codes that manage the device events to auto-reconnect as SDL3 now manage that with "Default Device"
c58c3c0 to
7bed73e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update OpenAL-Soft to fix the issues with SDL3 not having capturing implemented, and device events not supported (except default device is still isnt supported, but maybe that'll be changed later).
SDL3backend kcat/openal-soft#1266Reason with using SDL3 is that there is no duplicated codes of an audio backend because in funkin-lime cases, it already have that in SDL3,
...and to minimize the added latency for whatever reason in OpenAL-Soft Wasapi (Windows)