-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ldac how to check? #283
Comments
I think that the simplest way is to see logs (but bluez-alsa has to be build with debug enabled). Optionally, you can run E.g.
List of A2DP codec values: https://github.com/Arkq/bluez-alsa/blob/master/src/a2dp-codecs.h#L35, for LDAC you shall see 0x2DFF (11775). |
I get the following:
So no LDAC codec but it is strange because during installation no errors... I reinstalled it log enabled, how can I check the logs and see there if Ldac is used? |
Look for log line like follows (but with LDAC):
|
Sorry, but I am not so good, I understood what to look for, but how can I open the log file? Path? |
It depends how you start EDIT: |
I am streaming music with BlueALSA to Sony MDR-1000x headphones m, which supports Ldac codec.
I successfully installed BlueALSA with ldac module, but how can I check that BlueALSA is streaming to the headphones in Ldac?
Is there a command or a log file to check it? How?
Thank you.
The text was updated successfully, but these errors were encountered: