You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ye, I actually waited the moment when SDL3 will reach the stable state, and so, I going to make that. And there are two ways:
Just make the same project to be compatible with both SDL2 and SDL3
Having two branches like official Mixer has.
The first one will mean serious deviation from the official Mixer (actually, MixerX is already has several internal parts already deviated from Mixer such as Multi-Music API that changes the internal audio flow, the mechanism that allows switching the MIDI synthesizer on the fly, etc.); but the second is less convenient as it will require to maintain two separated branches at the same time. However, the second way is cleaner in a case of features support (like, SDL3 as I know supports realtime speed changing, etc. tweaks, at SDL2 based thing I had to make a small experiment on OGG codec, but right now it leads a dirty switch that causes extra clicks).
SDL3 is now ABI Stable.
It would be great to update this library similar to the SDL3_mixer library.
The text was updated successfully, but these errors were encountered: