desmume icon indicating copy to clipboard operation
desmume copied to clipboard

No audio under Interface + Windows

Open theCapypara opened this issue 2 years ago • 2 comments

The Windows interface frontend build currently has no audio. Culprit seems to be this commit: https://github.com/TASEmulators/desmume/commit/9f4e6992fb3972c660fe92dbd7f73e3903fe900b (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.

theCapypara avatar Apr 03 '22 12:04 theCapypara

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 avatar Apr 03 '22 13:04 rofl0r

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.

rofl0r avatar Apr 04 '22 01:04 rofl0r