2023-12-17 20:48:57 +01:00
|
|
|
-- Fedora: install pipewire-codec-aptx (from rpmfusion-free-updates)
|
2023-11-30 09:38:06 +01:00
|
|
|
-- 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,
|
2023-11-30 09:43:01 +01:00
|
|
|
-- The default is all, but for some reason that removes all the high
|
|
|
|
-- quality codecs.
|
2023-11-30 09:38:06 +01:00
|
|
|
["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
|
|
|
|
}
|