You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esp_audio_codec/CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## v2.3.0
4
+
5
+
### Features
6
+
7
+
- Added support for SBC codec
8
+
- Added support for LC3 codec
9
+
- Added compatibility with `esp_audio_codec` on `ESP32-H4`
10
+
- Added `esp_xxx_enc_get_frame_info_by_cfg` APIs to get frame information by configuration before creating encoder handle
11
+
- Added `esp_xxx_enc_set_bitrate` APIs to set bitrate for encoder
12
+
- Added `esp_audio_dec_check_audio_type`, `esp_audio_enc_check_audio_type`, `esp_audio_simple_check_audio_type` APIs to check whether the audio type is supported by the codec
13
+
- Use `esp_fourcc.h` to define audio codec type
14
+
- Added CO64 atom parsing support for `M4A` format
15
+
- Standardized bitrate units in `AAC` and `Opus` encoder headers
16
+
- Added `ALAC` decoder to the simple decoder module
17
+
- Added `frame_duration` configuration support to `G711` and `PCM` encoders
18
+
19
+
### Bug Fixes
20
+
- Fixed crash in `AMR-NB` encoder when DTX is enabled
21
+
- Fixed crash in `AAC` encoder when recommended output buffer size is insufficient
22
+
- Fixed `M4A` parsing error when extra boxes are present under the mdat atom
0 commit comments