etc/wireplumber: don't artificially restrict codecs

This commit is contained in:
Aminda Suomalainen 2023-11-30 10:38:06 +02:00
parent 8e1ae2bfe2
commit b770e2f51d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 7 deletions

View File

@ -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]",
}

View File

@ -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]",
}