mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Release esp-sr v1.6.0
This commit is contained in:
parent
395ee90b58
commit
363e2991c3
@ -4,10 +4,11 @@
|
|||||||
- 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.
|
||||||
|
|
||||||
## unreleased
|
## 1.6.0
|
||||||
- Add Chinese MultiNet7 models
|
- Add Chinese MultiNet7 models
|
||||||
- Add first Noise Suppression model: nsnet1
|
- Add first Noise Suppression model: nsnet1
|
||||||
- Add wakenet model trained by TTS samples: Jarvis and Computer
|
- Add wakenet model trained by TTS samples: Jarvis and Computer
|
||||||
|
- fix some bugs
|
||||||
|
|
||||||
## 1.5.1
|
## 1.5.1
|
||||||
- Reduce Internal RAM of multinet7
|
- Reduce Internal RAM of multinet7
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version: "1.5.1"
|
version: "1.6.0"
|
||||||
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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user