esp32-i2s-sdcard-wav-player icon indicating copy to clipboard operation
esp32-i2s-sdcard-wav-player copied to clipboard

How to use Arduino ESP32 I2S to play wav music file from sdcard

Results 3 esp32-i2s-sdcard-wav-player issues
Sort by recently updated
recently updated
newest added

I have trouble believing that this code actually works. In the code: File root; creates a global structure "root". Then there are several function like this: int readRiff(File file, wavRiff_t...

When I was uploading `esp32-i2s-sdcard-wav-player-builtin-DAC.ino`, there was an compilation error: `C:\Users\nn\AppData\Local\Temp\.arduinoIDE-unsaved20221125-22272-1pm0jdd.84sx\sketch_dec25b\sketch_dec25b.ino:29:1: error: 'File' does not name a type File root; ^ C:\Users\nn\AppData\Local\Temp\.arduinoIDE-unsaved20221125-22272-1pm0jdd.84sx\sketch_dec25b\sketch_dec25b.ino:59:16: error: 'File' was not declared in this scope...

I just want to open this thread for those who can test this dev board: http://www.lilygo.cn/claprod_view.aspx?TypeId=21&Id=935 I'm interested in using it as a wav player with your project, it includes...