1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 14:14:48 +02:00
Files
dotfiles/.config/wireplumber/wireplumber.conf.d/alsa-vm.conf
2026-03-31 04:00:46 +02:00

24 lines
451 B
Plaintext

# 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
}
}
}
]