diff --git a/conf/.gitignore b/conf/.gitignore index e5503d68..f34b0903 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1 +1,2 @@ librewolf.overrides.cfg +wireplumber diff --git a/conf/wireplumber b/conf/wireplumber new file mode 120000 index 00000000..16bf41eb --- /dev/null +++ b/conf/wireplumber @@ -0,0 +1 @@ +../etc/wireplumber \ No newline at end of file diff --git a/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua b/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua new file mode 100644 index 00000000..6e30ca30 --- /dev/null +++ b/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua @@ -0,0 +1,7 @@ +-- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets +bluez_monitor.properties = { + ["bluez5.enable-sbc-xq"] = true, + ["bluez5.enable-msbc"] = true, + --["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]", + ["bluez5.codecs"] = "[aptx_hd aptx_11 aptx_11_duplex sbc_xq]", +}