mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-03 14:14:48 +02:00
Added Wireplumber configs
This commit is contained in:
23
.config/wireplumber/wireplumber.conf.d/alsa-vm.conf
Normal file
23
.config/wireplumber/wireplumber.conf.d/alsa-vm.conf
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user