Merge branch 'dump/v2.0.2' into 'master'

dump esp-sr v2.0.2

See merge request speech-recognition-framework/esp-sr!146
This commit is contained in:
Sun Xiang Yu 2025-02-27 18:56:35 +08:00
commit 21afa276a5
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
rstCopy
从 V1.* 迁移到 V2.*
===========================

View File

@ -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: