A2DP source stuttering #492
-
I have issues with stuttering audio output in A2DP source mode. See audio attached. esp32-arduino current Github master (4b3aebe) and current version of ESP32-A2DP (10db711) Tested on ESP32-WROOM-32E and ESP32-WROVER-B, no difference. Tried different A2DP sinks (UE Boom, Echo Dot) Any idea what could be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Not sure, did you try to play with the delay in the callback of sketch: e.g. with delay(0), w/o it or just with a yied() ? |
Beta Was this translation helpful? Give feedback.
-
So, if delay(1) is too much, maybe try it with delayMicroseconds(). |
Beta Was this translation helpful? Give feedback.
-
delayMicroseconds() does not reset wdt timer (as far as i know). If |
Beta Was this translation helpful? Give feedback.
Not sure, did you try to play with the delay in the callback of sketch: e.g. with delay(0), w/o it or just with a yied() ?