mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-05 15:04:48 +02:00
Pipewire: fixed naming scheme
This commit is contained in:
20
.config/pipewire/pipewire.conf.d/40-source-virtual_1.conf
Normal file
20
.config/pipewire/pipewire.conf.d/40-source-virtual_1.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
context.modules = [
|
||||
{
|
||||
name = libpipewire-module-loopback
|
||||
args = {
|
||||
audio.position = [ FL FR ]
|
||||
|
||||
capture.props = {
|
||||
media.class = "Stream/Input/Audio"
|
||||
node.name = "virtual-source-1-recording"
|
||||
node.description = "Virtual Source 1 Recording"
|
||||
}
|
||||
|
||||
playback.props = {
|
||||
media.class = "Audio/Source"
|
||||
node.name = "virtual-source-1-source"
|
||||
node.description = "Virtual Source 1 Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user