1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 22:24:48 +02:00
Files
dotfiles/.config/pipewire/pipewire.conf.d/00-sink-blackhole_1.conf
2026-03-31 08:46:20 +02:00

20 lines
551 B
Plaintext

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