dump esp-sr v2.0.2

This commit is contained in:
xysun 2025-02-27 17:37:36 +08:00
parent e13f15de64
commit 141f7f49d2
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: