5580908a14
It seems that wireplumber is now installed by default, instead of pipewire-media-session. Thus we need to set api.alsa.headroom in wireplumber configuration too to get working audio. This basically copies /usr/share/wireplumber/wireplumber.conf.d/alsa-vm.conf and relaxes the filters. [ci:skip-build]: already built successfully in CI
19 lines
326 B
Text
19 lines
326 B
Text
monitor.alsa.rules = [
|
|
# Generic PCI cards on any VM type
|
|
{
|
|
matches = [
|
|
{
|
|
node.name = "~alsa_input.*"
|
|
}
|
|
{
|
|
node.name = "~alsa_output.*"
|
|
}
|
|
]
|
|
actions = {
|
|
update-props = {
|
|
api.alsa.period-size = 1024
|
|
api.alsa.headroom = 2048
|
|
}
|
|
}
|
|
}
|
|
]
|