diff --git a/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua b/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua new file mode 100644 index 00000000..eeca748f --- /dev/null +++ b/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua @@ -0,0 +1,9 @@ +-- https://steamdecki.org/Steam_Deck/Wireless/Bluetooth#Enabling_More_Codecs_and_Enabling_Headsets +-- Note to self: don't start limiting the codecs, just select the correct one +-- from pavucontrol, it will be remembered. SteamOS: add pavucontrol as a +-- non-Steam game for management in big picture mode. +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]", +} diff --git a/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua b/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua deleted file mode 100644 index 6e30ca30..00000000 --- a/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua +++ /dev/null @@ -1,7 +0,0 @@ --- 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]", -}