diff --git a/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua b/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua new file mode 100644 index 0000000..4832896 --- /dev/null +++ b/wireplumber/.config/wireplumber/bluetooth.lua.d/51-bluez-config.lua @@ -0,0 +1,5 @@ +bluez_monitor.properties = { + ["bluez5.enable-sbc-xq"] = true, + ["bluez5.enable-msbc"] = true, + ["bluez5.codecs"] = "[ldac aac aptx_hd sbc_xq aptx sbc]", +}