mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-03 14:14:48 +02:00
Pipewire: fixed naming scheme
This commit is contained in:
@@ -6,14 +6,14 @@ context.modules = [
|
||||
|
||||
capture.props = {
|
||||
media.class = "Stream/Input/Audio"
|
||||
node.name = "virtual-microphone-1-recording"
|
||||
node.description = "Virtual Microphone 1 Recording"
|
||||
node.name = "virtual-source-1-recording"
|
||||
node.description = "Virtual Source 1 Recording"
|
||||
}
|
||||
|
||||
playback.props = {
|
||||
media.class = "Audio/Source"
|
||||
node.name = "virtual-microphone-1-source"
|
||||
node.description = "Virtual Microphone 1 Source"
|
||||
node.name = "virtual-source-1-source"
|
||||
node.description = "Virtual Source 1 Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,14 +6,14 @@ context.modules = [
|
||||
|
||||
capture.props = {
|
||||
media.class = "Stream/Input/Audio"
|
||||
node.name = "virtual-microphone-2-recording"
|
||||
node.description = "Virtual Microphone 2 Recording"
|
||||
node.name = "virtual-source-2-recording"
|
||||
node.description = "Virtual Source 2 Recording"
|
||||
}
|
||||
|
||||
playback.props = {
|
||||
media.class = "Audio/Source"
|
||||
node.name = "virtual-microphone-2-source"
|
||||
node.description = "Virtual Microphone 2 Source"
|
||||
node.name = "virtual-source-2-source"
|
||||
node.description = "Virtual Source 2 Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user