I am trying to figure out how to set to use a specific audio driver and how to force automatic audio driver selection.
The problem is SDL_AudioInit is not ref counted, so I can't pre-open it and let MojoAL use the driver I set simply because this will cause a failure. See https://github.com/libsdl-org/SDL/issues/5841
Hi,
I am trying to figure out how to set to use a specific audio driver and how to force automatic audio driver selection.
The problem is SDL_AudioInit is not ref counted, so I can't pre-open it and let MojoAL use the driver I set simply because this will cause a failure. See https://github.com/libsdl-org/SDL/issues/5841