1
0
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:
2026-03-31 08:22:42 +02:00
parent 781cb922c5
commit edd4ef7ebb
2 changed files with 8 additions and 8 deletions

View 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"
}
}
}
]