audo/combine-bluetooth: init
This commit is contained in:
parent
cddc631c3e
commit
6a94b8836c
18
2configs/audio/combine-bluetooth.nix
Normal file
18
2configs/audio/combine-bluetooth.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
services.pipewire.extraConfig.pipewire."91-combine-bluetooth-inputs" = {
|
||||
"context.modules" = [
|
||||
{
|
||||
name = "libpipewire-module-combine-sink";
|
||||
args = {
|
||||
"combine.mode" = "sink";
|
||||
"node.name" = "combined_output";
|
||||
"node.description" = "Combined Output";
|
||||
"combine.latency-compensate" = false;
|
||||
"filter.media.class" = "Audio/Sink";
|
||||
"filter.media.role" = "music";
|
||||
"filter.bluez.transport" = "a2dp_sink";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue