Performance issues (audio stuttering) during 24-bit FLAC and MP3 decoding on ESP32-S3 (N16R8) #2366
Answered
by
pschatzmann
yty7690-bot
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jun 18, 2026
Replies: 1 comment
-
|
You are doing way too much, so it is difficult to say if the issue has been introduced by your code! Your goal should be to identify the playback bottleneck first! My gut feeling is that your esp32 network stack is too slow to provide the required amout of data...
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You are doing way too much, so it is difficult to say if the issue has been introduced by your code!
Your goal should be to identify the playback bottleneck first!
My gut feeling is that your esp32 network stack is too slow to provide the required amout of data...