Forcibly disable bad bluetooth codecs for audio
This commit is contained in:
parent
9138d6dbfe
commit
847aa60fd5
|
@ -49,4 +49,15 @@
|
||||||
} ];
|
} ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.pipewire.wireplumber.extraConfig."10-bluez" = {
|
||||||
|
"monitor.bluez.properties" = {
|
||||||
|
"bluez5.enable-sbc-xq" = true;
|
||||||
|
"bluez5.enable-msbc" = false;
|
||||||
|
"bluez5.enable-hw-volume" = true;
|
||||||
|
"bluez5.codecs" = [
|
||||||
|
"sbc" "sbc_xq" "aac"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user