mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-01 23:34:03 +01:00
etc/wireplumber: don't artificially restrict codecs
This commit is contained in:
parent
8e1ae2bfe2
commit
b770e2f51d
9
etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua
Normal file
9
etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua
Normal 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]",
|
||||
}
|
@ -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]",
|
||||
}
|
Loading…
Reference in New Issue
Block a user