changed pipewire default output for bigsix

This commit is contained in:
Matt Nish-Lapidus 2024-10-24 10:35:53 -04:00
parent 2eedb60d83
commit 49537cba2e
2 changed files with 5 additions and 6 deletions

View file

@ -189,14 +189,14 @@
{
name = "libpipewire-module-loopback";
args = {
"node.description" = "BixSix Playback";
"node.description" = "Default Playback";
"capture.props" = {
"node.name" = "BixSix_Playback";
"node.name" = "BixSix_or_fallback_Playback";
"media.class" = "Audio/Sink";
"audio.position" = "[FL FR]";
};
"playback.props" = {
"node.name" = "playback.BixSixPlayback";
"node.name" = "playback.BixSixWithFallbackPlayback";
"audio.position" = "[AUX14 AUX15]";
"target.object" = "alsa_output.usb-Solid_State_Logic_BiG_SiX-00.pro-output-0";
"stream.dont-remix" = true;