wireplumber/61-more-codecs.lua: note that all disables HQ playback

This commit is contained in:
Aminda Suomalainen 2023-11-30 10:43:01 +02:00
parent b770e2f51d
commit dc1fa5e65d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@
bluez_monitor.properties = {
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-msbc"] = true,
-- The default is all, but for some reason that removes all the high
-- quality codecs.
["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
}