mirror of https://github.com/tiyn/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
553 B
19 lines
553 B
context.objects = [
|
|
{ factory = adapter
|
|
args = {
|
|
factory.name = support.null-audio-sink
|
|
node.name = "null-sink-0"
|
|
node.description = "Null Sink 0"
|
|
media.class = Audio/Sink
|
|
audio.position = [ FL FR FC LFE RL RR ]
|
|
monitor.channel-volumes = true
|
|
monitor.passthrough = true
|
|
adapter.auto-port-config = {
|
|
mode = dsp
|
|
monitor = true
|
|
position = preserve
|
|
}
|
|
}
|
|
}
|
|
]
|