Issue with getting clean audio #593
Answered by
pschatzmann
Aug 21, 2024
Replies: 2 comments 5 replies
|
This does not make any sense to me: bt_music_receiver_simple.ino does not use any ringbuffer! bt_music_receiver_queued.ino however would. I can't reproduce your issue, so double check the software versions and your cables and/or try with another microcontroller. Also try with a different A2DP source (mobile phone) / application to rule out that the issue is coming from there |
5 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



This does not make any sense to me: bt_music_receiver_simple.ino does not use any ringbuffer! bt_music_receiver_queued.ino however would.
I can't reproduce your issue, so double check the software versions and your cables and/or try with another microcontroller.
And finally make sure that you don't mess up the audio output by logging information.
Also try with a different A2DP source (mobile phone) / application to rule out that the issue is coming from there