Skip to content

Commit

Permalink
Merge branch 'feature/muxer_audio_codec_support_c2_c5' into 'master'
Browse files Browse the repository at this point in the history
Add ESP32C2 and ESP32C5 board support for esp_muxer and esp_audio_codec

See merge request adf/esp-adf-libs!260
  • Loading branch information
jason-mao committed Sep 27, 2024
2 parents 6ee2434 + 848a34d commit d82cec5
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 2 deletions.
12 changes: 12 additions & 0 deletions esp_audio_codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.0.1

### Features

- Support esp32c2 and esp32c5 board

### Bug Fixes

- Decrease memory usage when decode AAC-Plus
- Clear search position when simple decoder find valid frame to avoid accumulate and generate decoder error


## v2.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion esp_audio_codec/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Espressif audio encoder and decoder
issues: https://github.com/espressif/esp-adf/issues
repository: https://github.com/espressif/esp-adf-libs.git
url: https://github.com/espressif/esp-adf-libs/tree/master/esp_audio_codec
version: 2.0.0
version: 2.0.1
Loading

0 comments on commit d82cec5

Please sign in to comment.