-
Is it possible to add another option flag for option "--sbc-quality=NUM" for SBC Dual Channel HD (SBC XQ) 551 kbps? For testing I modified bitpool=38 to bitpool=47 in codec-sbc.c (code chunk below) and recompiled successfully. My raspberry pi4 got a SBC XQ connection to by bluetooth reciever successfully. I however don't really have the knowledge on creating another flag option for the compiled app as I would like to be able to switch between 452kbps and 551kbps. I got the idea from here: https://lineageos.org/engineering/Bluetooth-SBC-XQ/
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Since commit 6950e8b there is an extra mode for SBC quality option (SBC XQ+): bluealsa --sbc-quality=xq+ Please, check this PR: #549 |
Beta Was this translation helpful? Give feedback.
Since commit 6950e8b there is an extra mode for SBC quality option (SBC XQ+):
Please, check this PR: #549