-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix audio output device selection (#17532)
Fixes #17530 Summary of the issue: With the switch to exclusively WASAPI, selecting among more than 2 output devices did not work properly. Description of user facing changes Selection of output devices should now be more reliable. Description of development approach Fixed up the check for whether the selected device is the default output device. Also removed some unneeded initialisation parameters and constants. Testing strategy: Manually tested switching between 3 output devices (plus default), with various devices set as the Windows and NVDA default. Known issues with pull request: Some legacy winmm code remains, but this will be removed once SAPI4 support has been fixed.
- Loading branch information
1 parent
ada7908
commit bcccf14
Showing
3 changed files
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters