From 141f7f49d26b98d2f78975843557ccc3813c72f8 Mon Sep 17 00:00:00 2001 From: xysun Date: Thu, 27 Feb 2025 17:37:36 +0800 Subject: [PATCH] dump esp-sr v2.0.2 --- CHANGELOG.md | 6 ++++++ docs/zh_CN/audio_front_end/migration_guide.rst | 1 - idf_component.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b705c..15ec0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log for esp-sr +## 2.0.2 +- Accelerate the AEC of ESP32C5, reducing the CPU loading from 39% to 30%. + +## 2.0.1 +- Add `afe_aec_create`, `afe_aec_destroy`, `afe_aec_process` interface + ## 2.0.0 - Add vadnet1_medium model - Refactor AFE interface. Note AFE v2.0 is not compatible with previous versions diff --git a/docs/zh_CN/audio_front_end/migration_guide.rst b/docs/zh_CN/audio_front_end/migration_guide.rst index 89a01de..0d945f0 100644 --- a/docs/zh_CN/audio_front_end/migration_guide.rst +++ b/docs/zh_CN/audio_front_end/migration_guide.rst @@ -1,4 +1,3 @@ -rstCopy 从 V1.* 迁移到 V2.* =========================== diff --git a/idf_component.yml b/idf_component.yml index eaec0b1..116c62e 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "2.0.1" +version: "2.0.2" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: