changed pipewire default output for bigsix
This commit is contained in:
parent
9770d8fc75
commit
2eedb60d83
3 changed files with 71 additions and 2 deletions
|
@ -183,6 +183,29 @@
|
|||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
wireplumber.enable = true;
|
||||
|
||||
extraConfig.pipewire."91-null-sinks" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
name = "libpipewire-module-loopback";
|
||||
args = {
|
||||
"node.description" = "BixSix Playback";
|
||||
"capture.props" = {
|
||||
"node.name" = "BixSix_Playback";
|
||||
"media.class" = "Audio/Sink";
|
||||
"audio.position" = "[FL FR]";
|
||||
};
|
||||
"playback.props" = {
|
||||
"node.name" = "playback.BixSixPlayback";
|
||||
"audio.position" = "[AUX14 AUX15]";
|
||||
"target.object" = "alsa_output.usb-Solid_State_Logic_BiG_SiX-00.pro-output-0";
|
||||
"stream.dont-remix" = true;
|
||||
"node.passive" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue