i2s sound noisy #3222
AstrickHarren
started this conversation in
General
i2s sound noisy
#3222
Replies: 1 comment
-
Just because code looks similar, doesn't mean it is equivalent. What you are doing is only writing data after the previous chunk has been completely sent out. What you need is a circular DMA buffer that you fill up while the hardware processes it at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my code for streaming music with udp socket. For some reason it's produces constant pop and click sound in the background
And equivalent C++ code is working just fine
I'm running this on a ESP32-S3 WROOM-1 dev board
Beta Was this translation helpful? Give feedback.
All reactions