mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-07 07:54:47 +02:00
Pipewire: Added more virtual devices including virtual microphones
This commit is contained in:
@@ -6,12 +6,12 @@ context.modules = [
|
||||
capture.props = {
|
||||
media.class = "Stream/Input/Audio"
|
||||
node.name = "device-loopback-2-recording"
|
||||
node.description = "Device-Loopback 2 Recording"
|
||||
node.description = "Device Loopback 2 Recording"
|
||||
}
|
||||
playback.props = {
|
||||
media.class = "Stream/Output/Audio"
|
||||
node.name = "device-loopback-2-playback"
|
||||
node.description = "Device-Loopback 2 Playback"
|
||||
node.description = "Device Loopback 2 Playback"
|
||||
}
|
||||
audio.volume = 0.5
|
||||
audio.mute = true
|
||||
|
||||
Reference in New Issue
Block a user