-
Notifications
You must be signed in to change notification settings - Fork 705
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
Silent Microphone over Bluetooth HFP (AUD-1198) #309
Comments
@nkizz |
The new code worked! I had to comment out |
Hello, I am facing the same problem but for LyraT 4.3 board. Is it possible to a working code? |
I fixed it by enabling the on board SPI RAM from Component Config > ESP32-specific > Support for external, SPI-Connected ram. |
Hi!
I'm currently trying to use the HFP example code here: https://github.com/espressif/esp-adf/tree/master/examples/get-started/pipeline_a2dp_sink_and_hfp. The module can sink A2DP and HFP audio and play it, but when a call is active the microphone is completely silent. This message is also constantly printing in the console whenever HFP is active:
A similar issue was encountered here: espressif/esp-idf#3550, however increasing
BTM_SCO_DATA_SIZE_MAX
just increases the time between the messages, suggesting that no data is being sent and the queue is filling up regardless of the size. The message is from this file: https://github.com/espressif/esp-idf/blob/9dbb7526c5d140b22529a1cfb0b4b46a0ab288aa/components/bt/host/bluedroid/stack/btm/btm_sco.c#L447 and increasingBTM_SCO_XMIT_QUEUE_THRS
also doesn't fix the issue. I'm using the ESP32-LyraT-Mini_V1.2 and the latest ADF version.Thanks!
The text was updated successfully, but these errors were encountered: