experimental wireplumber configuration

This commit is contained in:
Aminda Suomalainen 2023-11-29 09:44:35 +02:00
parent 9853513f01
commit 88bfa88985
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 9 additions and 0 deletions

1
conf/.gitignore vendored
View File

@ -1 +1,2 @@
librewolf.overrides.cfg
wireplumber

1
conf/wireplumber Symbolic link
View File

@ -0,0 +1 @@
../etc/wireplumber

View File

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