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

Please fix MIDI on esp32 #613

Open alexriegler12 opened 1 year ago

alexriegler12 commented 1 year ago

MIDI still does not work on esp32, because of that compiler bug that others reported. It looks like if arduino-esp32 still uses gcc 8. Could you implement a fix that bypasses this bug without removing midi support completely ?

habuenav commented 1 year ago

Yes, please fix midi