Splitting Mackie ProFXv3 channels on Manjaro
Splitting the channels:
...
{
name = libpipewire-module-loopback
args = {
node.description = "<Pick a description for your stereo output>"
capture.props = {
node.name = "<Pick a name>"
media.class = "Audio/Sink"
audio.position = [ FL FR ]
}
playback.props = {
node.name = "playback.<Name you picked>"
audio.position = [ <the x's from step 3 go here> ]
node.target = "<the node name from step 1 goes here>"
stream.dont-remix = true
node.passive = true
}
}
}
...

playback.props.audio.position) to match your physical outputs in a way that makes sense.
For me I mapped the default output from [ FL FR ] (channel 1-2) to [ RL RR ] (channel 3-4).
I discarded output channels 1-2 because I don't use them, so I only created one loopback device.Last updated