1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-03 22:24:48 +02:00

Added Pipewire configs

This commit is contained in:
2026-03-31 04:00:25 +02:00
parent f9c55afcfd
commit 481da28608
15 changed files with 1765 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "null-sink-1"
node.description = "Null Sink 1"
media.class = Audio/Sink
audio.position = [ FL FR ]
monitor.channel-volumes = true
monitor.passthrough = true
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]

View File

@@ -0,0 +1,18 @@
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "null-sink-2"
node.description = "Null Sink 2"
media.class = Audio/Sink
audio.position = [ FL FR ]
monitor.channel-volumes = true
monitor.passthrough = true
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]

View File

@@ -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-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"
}
}
}]

View File

@@ -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"
}
}
}]

View File

@@ -0,0 +1,20 @@
context.modules = [
{
name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = "Stream/Input/Audio"
node.name = "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"
}
audio.volume = 0.5
audio.mute = true
}
}
]

View File

@@ -0,0 +1,20 @@
context.modules = [
{
name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = "Stream/Input/Audio"
node.name = "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"
}
audio.volume = 0.5
audio.mute = true
}
}
]