-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No sound on Windows Vista #1892
Comments
So, it seems to be SDL-related?
SDL have options to select uded audio backend, maybe this may help to
workaround this
|
Can you try to make a batch file that looks like this?
And paste |
Setting SDL to use DirectSound does indeed fix the issue. Here is the log none the less:
here's also what happens when I explicitly tell it to use WASAPI:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if this is a hardware issuse or a driver issue but I noticed the same issue occuring in ET: Legacy (Wolfenstein: Enemy Territory) when using SDL2 as the audio backend. This might also be an issue with using WASAPI since a few other programs were silent. Is there a way to force ASIO or DirectSound instead of WASAPI?
The text was updated successfully, but these errors were encountered: