Ensure proper codec is running #617
-
How can I confirm that bluealsa is running using the aptX codec? When viewing the output of 'journalctl -b' I see the following: raspberrypi bluealsa[828]: bluealsa: [828] D: ../../src/bluez.c:771: Registering battery provider: /org/bluez/hci0/battery Can someone help me make sense of this? It looks to me like its using both SBC and aptX. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The log which you've provided says that BlueALSA service is ready do start A2DP connection with either SBC or AptX codec. The relevant part is:
However, there is a better way of getting such information. Since version 3.1.0, bluez-alsa project provides a tool called
Later, with the same tool, you can check which codec was actually selected for given PCM, e.g.:
|
Beta Was this translation helpful? Give feedback.
The log which you've provided says that BlueALSA service is ready do start A2DP connection with either SBC or AptX codec. The relevant part is:
However, there is a better way of getting such information. Since version 3.1.0, bluez-alsa project provides a tool called
bluealsa-cli
. It needs to be enabled with--enable-cli
during configuration. This tool will work regardless of whether bluez-alsa was configured with debug enabled or not, e.g.: