ESP8266Audio Versions Save

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

1.9.7

1 year ago

1.9.5

2 years ago

1.9.4

2 years ago
  • ESP32-C3 Support (#454)
  • Fixing I2S includes to work with ESP8266 Arduino version < 3.0.0 (#453)
  • Add MOD test, update DIVIDER name (#451)
  • Fix: add missing SPIFFS.begin() (#443)
  • Set FollowRedirects in AudioFileSourceICYStream (#448)
  • Document ESP8266 I2S pinout (#439)
  • Stream MP3 from HTTP to SPDIF (#436)
  • Make LittleFS file source available for ESP32 (#430)

1.9.3

2 years ago

Fixes builds on ESP32 Arduino Core release 2.0

1.9.2

2 years ago

1.9.1

2 years ago

1.9.0

3 years ago

Adds support for the Raspberry Pi Pico RP2040 and associated boards using arduino-pico at https://github.com/earlephilhower/arduino-pico

1.8.1

3 years ago

1.8.0

3 years ago

Includes fixes to better ICY stream decoding and other miscellaneous updates.

Thanks to all the contributors!

1.7.0

3 years ago

Includes new ESP32-only, ULP-based audio output engine (doesn't use I2S engine).