ESP32-audioI2S
ESP32-audioI2S copied to clipboard
After piggyback a PSRAM glitches continues
Hi!
I make this in my Lolin32 Lite and I got a "PSRAM found" (Hurrah!).
In a PSRAM test I got:

But the dropouts continues, although they have decreased a little bit. In order for it to work, I had to change the upload to the settings below:

Did I do something wrong?
On the ESP32, the PSRAM is connected via SPI, that's one reason why PSRAM is slower than SRAM. The ESP32-S3 has a quad and sometimes an octo SPI. Then the access times to the PSRAM are significantly faster and much better suited for audio applications.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.