mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-03 14:14:48 +02:00
20 lines
551 B
Plaintext
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
|
|
}
|
|
}
|
|
}
|
|
]
|