1
0
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:
2026-03-31 08:18:49 +02:00
parent 429f14f8b3
commit 781cb922c5
11 changed files with 53 additions and 48 deletions

View File

@@ -6,12 +6,12 @@ context.modules = [
capture.props = {
media.class = "Stream/Input/Audio"
node.name = "device-loopback-1-recording"
node.description = "Device-Loopback 1 Recording"
node.description = "Device Loopback 1 Recording"
}
playback.props = {
media.class = "Stream/Output/Audio"
node.name = "device-loopback-1-playback"
node.description = "Device-Loopback 1 Playback"
node.description = "Device Loopback 1 Playback"
}
audio.volume = 0.5
audio.mute = true