forked from pub-solar/os
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:
parent
aabfc4a0dd
commit
daeff7cdae
|
@ -54,6 +54,8 @@ in
|
||||||
"bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ];
|
"bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ];
|
||||||
# mSBC is not expected to work on all headset + adapter combinations.
|
# mSBC is not expected to work on all headset + adapter combinations.
|
||||||
"bluez5.msbc-support" = true;
|
"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
|
# Matches all outputs
|
||||||
{ "node.name" = "~bluez_output.*"; }
|
{ "node.name" = "~bluez_output.*"; }
|
||||||
];
|
];
|
||||||
actions = {
|
|
||||||
"node.pause-on-idle" = false;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue