Overview
Fixes a regression on the ESP8266 MP3 decode where the decoder would crash on startup, thanks @Misterke !
Minor updates and speed improvements to MIDI (TinySoundFont) output.
What's Changed
- Fix GCC14-detected warnings by @earlephilhower in #711
- Add MCLK support for RP2040 by @DoomHammer in #707
- AudioOutputPWM: fixed constructor for custom out-pin, added amplification by @jmr-es in #605
- Performance improvement: ~13% faster on ESP32 and ~21% faster on ESP8266 (empirically tested) by @ecoriag in #554
- NoDAC and PDM documentation update for ESP32 by @RomanLut in #519
- Ensure MP3 can safely exit on OOM by @earlephilhower in #716
- Only block tsf.h on Xtensa ESP32, not RISCV by @earlephilhower in #722
- Fixing crash on MP3 playback on ESP8266. by @Misterke in #723
- Automate version bumps, avoid manual mistakes by @earlephilhower in #725
New Contributors
- @DoomHammer made their first contribution in #707
- @jmr-es made their first contribution in #605
- @RomanLut made their first contribution in #519
- @Misterke made their first contribution in #723
Full Changelog: 1.9.9...2.0.0