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