Skip to content

Releases: esphome-libs/esp-audio-libs

v2.0.3

18 Jan 13:41
81d3358

Choose a tag to compare

What's Changed

Makes the audio decoders follow proper const-correctness. This may be a breaking change depending on how you were calling the decoding functions.

  • Flac output improvements (#34) @kahrendt
  • (Potentially breaking change) Make MP3 decoder input pointers const-correct (#33) @kahrendt
  • (Potentially breaking change) Make WAV decoder input pointers const-correct (#32) @kahrendt
  • (Potentially breaking change) Make FLAC decoder input pointers const-correct (#31) @kahrendt

Full Changelog: v2.0.2...v2.0.3

v2.0.2

10 Nov 19:55

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 Oct 12:49
ab82119

Choose a tag to compare

What's Changed

  • Add missing FLAC decoder test script (#25) @kahrendt
  • Wrap assembly within an #if statement to avoid compilation errors on non-Xtensa platforms (#24) @kahrendt

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Oct 17:21

Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: v1.1.4...v2.0.0

v1.1.4

10 May 16:08

Choose a tag to compare

What's Changed

  • Speed improvement - Build with O2 optimizations (#19) @kahrendt

Full Changelog: v1.1.3...v1.1.4

v1.1.3

19 Mar 14:26

Choose a tag to compare

What's Changed

  • Bugfix: FLAC decoder should use 32 bit integer for coefficients (#18) @kahrendt

Full Changelog: v1.1.2...v1.1.3

v1.1.2

28 Feb 15:51

Choose a tag to compare

What's Changed

  • Bugfix: Use internal memory for buffers if PSRAM allocation fails (#16) @kahrendt

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Jan 21:06
e038c10

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Jan 19:21
458a592

Choose a tag to compare

What's Changed

  • Add workflows for releases by @jesserockz in #4
  • Lint with clang-format by @kahrendt in #5
  • Remove if defines for USE_ESP_IDF by @kahrendt in #6
  • (Breaking change) Simplify WAV header decoding by @kahrendt in #7
  • (Breaking change) Flac decoder improvements by @kahrendt in #8
  • Wrap resampler into own class by @kahrendt in #9
  • Refactor resampler wrapper by @kahrendt in #11
  • Add Biquad IIR DSP function and use a namespace by @kahrendt in #12
  • Ensure single precision floating point arithmetic and rename utils by @kahrendt in #13
  • Verify xtensa processor for assembly functions by @kahrendt in #14

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Oct 13:50
2597ba8

Choose a tag to compare

Initial release