release esp-sr v1.9.2

This commit is contained in:
xysun 2024-09-04 11:53:49 +08:00
parent 5421170f53
commit 7d536a47ab
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.
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.2
- Improve nsnet2 performance
## 1.9.1
- Support esp32p4 for nsnet2
- Add a method to load model from rodata

View File

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