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

small fix - flush after normal end of playback #482

Closed softhack007 closed 2 years ago

softhack007 commented 2 years ago

small oops in my previous PR - output->flush was not called after normal "end of song".