QUERY · ISSUE
ESP32-C3 I2S
port-esp32
Hi,
Is there any technical reason why I2S is missing from the ESP32-C3 build? Is there a likelihood it will be included in the future?
Many thanks
CANDIDATE · ISSUE
ESP32 I2S music nose
bug
audio_pcm.zip
I use version 1.19.1,esp32 with spiram,After I play a piece of music, there is always a noise after the music ends.After I modified the contents of line 465 of the machine_i2s.c file to i2s_config.dma_buf_count = 3;, the problem disappeared.I wonder why,thanks!