Skip to content
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 audio under Interface + Windows #520

Open
theCapypara opened this issue Apr 3, 2022 · 2 comments
Open

No audio under Interface + Windows #520

theCapypara opened this issue Apr 3, 2022 · 2 comments

Comments

@theCapypara
Copy link
Contributor

theCapypara commented Apr 3, 2022

The Windows interface frontend build currently has no audio.
Culprit seems to be this commit: 9f4e699 (by @rofl0r).

I don't really know why anything there would break audio, but maybe I'm just missing something obvious. When the commit is reverted, audio works again, however the framerate drops to about 15fps.

@rofl0r
Copy link
Collaborator

rofl0r commented Apr 3, 2022

and before that commit we had no audio in CLI. can you debug what's happening, and compare the audio setup code in win32 interface vs posix cli ? my guess is something isnt initialized.

@rofl0r
Copy link
Collaborator

rofl0r commented Apr 4, 2022

from commit msg:

  • fixed ignoring volume set by the SPU.

my naive guess is that the interface sets volume to 0, which was ignored in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants