Skip to content

Commit d619e38

Browse files
committed
Merge branch 'feature/upgrade_sr_to_2_1_4' into 'main'
gmf_ai_audio: Upgrade required `esp-sr` version to `2.1.4` See merge request adf/multimedia/esp-gmf!102
2 parents f62334c + 8177084 commit d619e38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

elements/gmf_ai_audio/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Introduced `esp_gmf_wn` element to support wake word detection
1010
- Corrected return value validation for *acq_write* and *acq_release* callback function implementations
1111
- Added `esp_gmf_afe_keep_awake` API to enable/disable the keep awake feature
12+
- Increased `esp-sr` dependency to version 2.1.4
1213

1314
### Bug Fixes
1415

@@ -17,7 +18,7 @@
1718
- Integrated gmf_app_utils package for peripheral and system management
1819
- Migrated common utilities to gmf_app_utils package
1920
- Standardize TAG identifier format across all elements with `ai` prefix
20-
- Fixed examples TAGs issue because of updating TAGs gmf_audio gmf_io
21+
- Fixed examples TAGs issue because of updating TAGs gmf_audio gmf_io
2122

2223
## v0.6.2
2324

elements/gmf_ai_audio/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ tags:
99

1010
dependencies:
1111
espressif/esp-sr:
12-
version: "2.1.1"
12+
version: "2.1.4"
1313
espressif/gmf_core:
1414
version: "^0.7"

0 commit comments

Comments
 (0)