Releases: esphome-libs/esp-audio-libs
Releases · esphome-libs/esp-audio-libs
v2.0.3
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
What's Changed
- Revert "Use default key for git (#29)" (#30) @jesserockz
- Update actions and use sha for version (#28) @jesserockz
- Add permissions for id-token in publish workflow (#27) @jesserockz
- Use default key for git (#29) @jesserockz
- Remove espressif registry api_token from publish.yml (#26) @jesserockz
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- [flac_decoder] Improve handling of metadata (#22) @kahrendt
- Generalize memory allocation and fix CMakeLists (#21) @kahrendt
- Also publish to espressif component registry (#20) @jesserockz
Breaking Changes
Full Changelog: v1.1.4...v2.0.0
v1.1.4
What's Changed
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
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
- @jesserockz made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0