mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
dump esp-sr v2.0.0~rc3
This commit is contained in:
parent
fc1a922c5b
commit
4234ac2b6d
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user