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
1.97k stars 430 forks source link

ESP32-S3 Support? #623

Open builderdev212 opened 1 year ago

builderdev212 commented 1 year ago

I was wondering if there was any plans to support the ESP32-S3 or if anyone has gotten it to work properly? My setup for the ESP32 works fine, however there is very little documentation for the proper pins for I2S when it comes to the ESP32-S3. Any help/advice would be very much appreciated. Thanks in advance!

eokgnah commented 1 year ago

pls add the esp32-s2 as well. the "normal" pins for an external dac are not on the board. the io's are missing.

lyusupov commented 1 year ago

https://github.com/lyusupov/ESP8266Audio/commit/53802bd21fcfe3ead516cdcaf3ac0b582d55ff51

trailhead commented 8 months ago

It works. The pins can be whatever you want. For example I'm using: out->SetPinout(39, 40, 38);