audio: enable lightweight, but high-quality SBC-XQ codec

http://soundexpert.org/articles/-/blogs/audio-quality-of-sbc-xq-bluetooth-audio-codec
This commit is contained in:
teutat3s 2022-06-02 10:44:18 +02:00
parent aabfc4a0dd
commit daeff7cdae
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -54,6 +54,8 @@ in
"bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ];
# mSBC is not expected to work on all headset + adapter combinations.
"bluez5.msbc-support" = true;
# SBC-XQ is not expected to work on all headset + adapter combinations.
"bluez5.sbc-xq-support" = true;
};
};
}
@ -64,9 +66,6 @@ in
# Matches all outputs
{ "node.name" = "~bluez_output.*"; }
];
actions = {
"node.pause-on-idle" = false;
};
}
];
};