Open jwrober opened 10 months ago
None. Removing a dependency on an external library is always a good idea.
Note that we'd technically be replacing the dependency. The main advantage is that everything would be more Qt-centric.
Why migrate now: The Qt Multimedia API was overhauled in Qt6 and the SDL_mixer API was overhauled in SDL3.
Is your feature request related to a problem? Please describe. We have had some recent issues with SDL2 and SDL2_mixer autodetection and MacOS.
Describe the solution you'd like @lmoureaux suggested that we move away from this and use native Qt for this. Good to include as part of the migration to Qt6 #1198
Describe alternatives you've considered None. Removing a dependency on an external library is always a good idea.
Additional context None