mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-07 07:54:47 +02:00
Added Pipewire configs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
context.modules = [{
|
||||
name = libpipewire-module-loopback
|
||||
args = {
|
||||
audio.position = [ FL FR ]
|
||||
capture.props = {
|
||||
media.class = "Audio/Sink"
|
||||
node.name = "application-loopback-2-sink"
|
||||
node.description = "Application-Loopback 2 Sink"
|
||||
}
|
||||
playback.props = {
|
||||
media.class = "Stream/Output/Audio"
|
||||
node.name = "application-loopback-2-playback"
|
||||
node.description = "Application-Loopback 2 Playback"
|
||||
}
|
||||
}
|
||||
}]
|
||||
Reference in New Issue
Block a user