ESP8266Audio icon indicating copy to clipboard operation
ESP8266Audio copied to clipboard

PlayWAVFromPROGMEM example ESP32

Open lwbantoto opened this issue 2 years ago • 1 comments

Hi @earlephilhower, I'm trying to run this example function but there is no output sounds on my speaker. I'm currently using a TinyPico and one MAX98357A breakout board.

Where in the program do I set the I2S pins?

lwbantoto avatar Jun 16 '22 22:06 lwbantoto

You should check pinout of your board and pinout settings in the output, also notice that PlayWAVFromPROGMEM example uses AudioOutputI2SNoDAC class that works without DAC

ahreenah avatar Jun 18 '22 15:06 ahreenah