| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-14 | 764 Bytes | |
| Release 2.3.0 - IDF update, PDM support source code.tar.gz | 2025-10-14 | 7.4 MB | |
| Release 2.3.0 - IDF update, PDM support source code.zip | 2025-10-14 | 7.8 MB | |
| Totals: 3 Items | 15.2 MB | 0 | |
Overview
Few changes, but they redo many of the ESP32 drivers for the new IDF format (the older i2s_driver way will stop working soon). Adds 1-bit PDM for the ESP32, and DMA buffer control for all systems while enabling a common, common I2S-related AudioOutput constructor.
What's Changed
- Remove 8-bit handling in output, promote WAV to 16 by @earlephilhower in https://github.com/earlephilhower/ESP8266Audio/pull/782
- ESP IDF 6.0 compat, update I2S, DAC, ULP by @earlephilhower in https://github.com/earlephilhower/ESP8266Audio/pull/783
- Add ESP32 PDM 1-bit output support by @earlephilhower in https://github.com/earlephilhower/ESP8266Audio/pull/784
Full Changelog: https://github.com/earlephilhower/ESP8266Audio/compare/2.2.0...2.3.0