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:
@@ -5,12 +5,12 @@ context.modules = [{
|
||||
capture.props = {
|
||||
media.class = "Audio/Sink"
|
||||
node.name = "application-loopback-1-sink"
|
||||
node.description = "Application-Loopback 1 Sink"
|
||||
node.description = "Application Loopback 1 Sink"
|
||||
}
|
||||
playback.props = {
|
||||
media.class = "Stream/Output/Audio"
|
||||
node.name = "application-loopback-1-playback"
|
||||
node.description = "Application-Loopback 1 Playback"
|
||||
node.description = "Application Loopback 1 Playback"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user