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
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 libsdl-org/SDL#5841
The text was updated successfully, but these errors were encountered:
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 libsdl-org/SDL#5841
The text was updated successfully, but these errors were encountered: