From 4234ac2b6d02063d20689cb2391a66843d58fe8f Mon Sep 17 00:00:00 2001 From: xysun Date: Tue, 11 Feb 2025 19:23:18 +0800 Subject: [PATCH] dump esp-sr v2.0.0~rc3 --- CHANGELOG.md | 8 +++++--- idf_component.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a03b29..d3b705c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change log for esp-sr -## Known issues: -- Available storage is less than the remaining flash space on IDF v5.0. -If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)` or update IDF to v5.1 or later. +## 2.0.0 +- Add vadnet1_medium model +- Refactor AFE interface. Note AFE v2.0 is not compatible with previous versions +- Add esp32c5 AEC support +- Add some new wake words ## 1.9.5 - Add Hi,Jason; 小鸭小鸭; 璃奈板 wake word models diff --git a/idf_component.yml b/idf_component.yml index 5a2d03e..d8586a3 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "2.0.0~1-rc.2" +version: "2.0.0~1-rc.3" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: