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