Skip to content

Instantly share code, notes, and snippets.

@oxUnd
Created October 9, 2025 05:37
Show Gist options
  • Select an option

  • Save oxUnd/f3fe56d927bc53a4da846d67cf8625b3 to your computer and use it in GitHub Desktop.

Select an option

Save oxUnd/f3fe56d927bc53a4da846d67cf8625b3 to your computer and use it in GitHub Desktop.
under vmware sound fixed.
❯ 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