mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-05 15:04:48 +02:00
Added Pipewire configs
This commit is contained in:
18
.config/pipewire/pipewire.conf.d/11-null-sink_2.conf
Normal file
18
.config/pipewire/pipewire.conf.d/11-null-sink_2.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
context.objects = [
|
||||
{ factory = adapter
|
||||
args = {
|
||||
factory.name = support.null-audio-sink
|
||||
node.name = "null-sink-2"
|
||||
node.description = "Null Sink 2"
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user