release v1.9.5

This commit is contained in:
xysun 2024-12-16 15:22:38 +08:00
parent 672efed952
commit 8e2601e838
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
- Available storage is less than the remaining flash space on IDF v5.0. - 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. 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.
## 1.9.5
- Add Hi,Jason; 小鸭小鸭; 璃奈板 wake word models
## 1.9.4 ## 1.9.4
- Fix bugs when using C++ to compile - Fix bugs when using C++ to compile
- Add more new wake words - Add more new wake words

View File

@ -1,4 +1,4 @@
version: "1.9.4" version: "1.9.5"
description: esp_sr provides basic algorithms for Speech Recognition applications description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr url: https://github.com/espressif/esp-sr
dependencies: dependencies: