mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
dump esp-sr v2.0.2
This commit is contained in:
parent
e13f15de64
commit
141f7f49d2
@ -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
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
rstCopy
|
||||
从 V1.* 迁移到 V2.*
|
||||
===========================
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user