Created
October 9, 2025 05:37
-
-
Save oxUnd/f3fe56d927bc53a4da846d67cf8625b3 to your computer and use it in GitHub Desktop.
under vmware sound fixed.
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
| ❯ cat .config/wireplumber/wireplumber.conf.d/50-alsa-config.conf | |
| monitor.alsa.rules = [ | |
| { | |
| matches = [ | |
| # This matches the value of the 'node.name' property of the node. | |
| { | |
| node.name = "~alsa_output.*" | |
| } | |
| ] | |
| actions = { | |
| # Apply all the desired node specific settings here. | |
| update-props = { | |
| api.alsa.period-size = 1024 | |
| api.alsa.headroom = 8192 | |
| } | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment