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.99k stars 433 forks source link

ESP32S3 support - fix compilation error ULP #619

Closed FedericoBusero closed 1 year ago

FedericoBusero commented 1 year ago

When compiling the library on ESP32-S3, following compilation error is shown: ESP8266Audio\src\AudioOutputULP.cpp:29:10: fatal error: driver/dac.h: No such file or directory

As the ESP32S3 doesn't have DAC, the DAC API has been removed.