Created
April 9, 2024 00:12
-
-
Save denmojo/2cac118ae79ecee610d70bbad3a11dda to your computer and use it in GitHub Desktop.
Wine ALSA enumerations PCM interfaces to show instead of hardware sound cards
This file contains hidden or 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
Wine does its best to probe your system for information about the available devices, but ALSA's device enumeration does not work very well. Wine will detect your hardware devices, but it may not be able to find software devices you have configured. To tell Wine about these devices, please set the following registry keys: | |
HKCU\Software\Wine\Drivers\winealsa.drv\ALSAOutputDevices #Multi-string value containing output interface names | |
HKCU\Software\Wine\Drivers\winealsa.drv\ALSAInputDevices #Multi-string value containing input interface names | |
You can specify them as defaults in the Audio tab in winecfg. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment