From dc1fa5e65d91deae62933c7ba19bd8ffcbf660da Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 Nov 2023 10:43:01 +0200 Subject: [PATCH] wireplumber/61-more-codecs.lua: note that all disables HQ playback --- etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua b/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua index eeca748f..79e79c9d 100644 --- a/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua +++ b/etc/wireplumber/bluetooth.lua.d/61-more-codecs.lua @@ -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]", }