ESP32-audioI2S
ESP32-audioI2S copied to clipboard
SC01 Plus - No audio generated
I am using the development board SC01 Plus (ESP32-S3) which has an amplifier and a connector for a speaker. I have tested it with two type of speakers.
I download this library and upload to Arduino as a .zip library.
The example code compiles without problems. In the serial I can see the info of the file being loaded form the SD card and the used codec.
However, when the audio.loop() is executed it does not send any sound to the speakers. I have try .mp3 16bit, .wav 16bit, and .wav 8bit without success. I have tested using audio.forceMono(true) without any result.
Is the SC01 Plus board supported by this library?