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:
@@ -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-microphone-2-recording"
|
||||
node.description = "Virtual Microphone 2 Recording"
|
||||
}
|
||||
|
||||
playback.props = {
|
||||
media.class = "Audio/Source"
|
||||
node.name = "virtual-microphone-2-source"
|
||||
node.description = "Virtual Microphone 2 Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user