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/10-null-sink_1.conf
2026-03-31 04:00:25 +02:00

19 lines
540 B
Plaintext

context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "null-sink-1"
node.description = "Null Sink 1"
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
}
}
}
]