Actions
Emulator Issues #11643
openWhen using WASAPI, Windows volume does nothing
Status:
Fix pending
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What's the problem?
When using WASAPI as audio backend, the volume can only be controlled by the Dolphin volume and not by the Windows volume while Xaudio and Cubeb can both be controlled by the Windows volume.
Is this correct? If so, maybe it should be mentioned in the settings.
Updated by JMC4789 over 5 years ago
I think this is a consequence of whatever exclusive audio mode Windows uses.
Updated by filoppi over 4 years ago
This is the way WASAPI works, by skipping the Windows mixer, which lowers latency and possibly avoids additional resamplings.
This in not an issue, but I've added a tooltip in the UI to explain that now, will push soon.
To be closed.
Updated by filoppi over 4 years ago
Actually fixed by https://github.com/dolphin-emu/dolphin/pull/8983#issuecomment-663884405
Actions