-
Notifications
You must be signed in to change notification settings - Fork 190
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
Embedded Linux - Playback working but not Recording (Yocto - cross-compiled bluez-alsa v.2.0.0) #262
Comments
I note that your bluetooth adapter 450-0159 uses the Cypress/Broadcom CYW4343W / BCM4343W BT/WLAN chip. Looking at the datasheet for that chip here: |
Thanks for quick response. I have launched |
Since it seems that a lot of ppl has this issue, I've upstreamed the fix for Broadcom chips. @daniele86rm could you compile master branch (not tag v2.0.0) and verify whether the latest commit fixes the issue for you? @borine many thanks for actively explaining why SCO is not working properly with Broadcom :) |
Many thanks. Also the low quality problem is fixed or I should modify mtu value? Tomorrow I will test the last commit. |
No, this commit does not change any MTU value. You have to experiment by yourself. It only tries to setup SCO routing for Broadcom chips. |
Hi Arkq, I have tested bluez-alsa version under master branch and microphone working fine, now audio is caputured from bluetooth device, many thanks. |
There is also a loss of samples https://www.dropbox.com/s/e8dozmhp2p6l663/2KHz_MicBt.wav?dl=0. |
Any suggestion on how to remove noise/distortion when there is silence? |
On my customized embedded device, based on Cortex A9 processor, I have the same problem of other users.
After paired and connected bluetooth audio device with "bluetoothctl" utility, audio playback works properly but recording no. When I run the following command to capture audio from bluetooth device:
arecord -D bluealsa:DEV=00:18:09:8A:09:35,PROFILE=sco capture.wav
i obtain an empty .wav file with 44 bytes size.
I have tried to start bluealsa with different profiles, as described in others posts:
but I have always the same problem.
I'm using latest release of bluez-alsa, version 2.0.0 released 9 days ago, cross-compiled with the following Yocto recipe:
My bluetooth module, integrated on device motherboard, is "Sterling-LWB Module - 450-0159 - Base SiP Module".
Any suggestions? Thanks in advance.
Best Regards
Daniele
The text was updated successfully, but these errors were encountered: