1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 22:24:48 +02:00

Added Wireplumber configs

This commit is contained in:
2026-03-31 04:00:46 +02:00
parent 481da28608
commit f1561f8847

View File

@@ -0,0 +1,23 @@
# ALSA node property overrides for virtual machine hardware
monitor.alsa.rules = [
# Generic PCI cards on any VM type
{
matches = [
{
node.name = "~alsa_input.pci.*"
cpu.vm.name = "~.*"
}
{
node.name = "~alsa_output.pci.*"
cpu.vm.name = "~.*"
}
]
actions = {
update-props = {
api.alsa.period-size = 1024
api.alsa.headroom = 2048
}
}
}
]