From 88bfa8898566a1cf2916c4b9173422cae396cf06 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 29 Nov 2023 09:44:35 +0200 Subject: [PATCH] experimental wireplumber configuration --- conf/.gitignore | 1 + conf/wireplumber | 1 + etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua | 7 +++++++ 3 files changed, 9 insertions(+) create mode 120000 conf/wireplumber create mode 100644 etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua diff --git a/conf/.gitignore b/conf/.gitignore index e5503d68..f34b0903 100644 --- a/conf/.gitignore +++ b/conf/.gitignore @@ -1 +1,2 @@ librewolf.overrides.cfg +wireplumber diff --git a/conf/wireplumber b/conf/wireplumber new file mode 120000 index 00000000..16bf41eb --- /dev/null +++ b/conf/wireplumber @@ -0,0 +1 @@ +../etc/wireplumber \ No newline at end of file diff --git a/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua b/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua new file mode 100644 index 00000000..6e30ca30 --- /dev/null +++ b/etc/wireplumber/bluetooth.lua.d/aminda-codecs.lua @@ -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]", +}