1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 14:14:48 +02:00
Files
dotfiles/.config/pipewire/pipewire.conf.d/11-sink-virtual_2.conf

19 lines
546 B
Plaintext

context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "virtual-sink-2"
node.description = "Virtual Sink 2"
media.class = Audio/Sink
audio.position = [ FL FR ]
monitor.channel-volumes = true
monitor.passthrough = true
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]