earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.01k stars 432 forks source link

PlayWAVFromPROGMEM example ESP32 #546

Open lwbantoto opened 2 years ago

lwbantoto commented 2 years ago

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?

ahreenah commented 2 years ago

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