release esp-sr v1.3.4

This commit is contained in:
xysun 2023-07-11 19:07:07 +08:00
parent 591fe1490d
commit 686ee06302
2 changed files with 6 additions and 3 deletions

View File

@ -4,11 +4,14 @@
- 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.3.3
## 1.3.4
- Fix the bug of multinet5q8 whrn adding new speech commands
## 1.3.3
- Fix the crash of multinet5q8 when speech commands are triggered
- Update esp_mn_commands_update() in esp_process_sdkconfig.c
# 1.3.2
## 1.3.2
- Output text of ctc greedy search result when no command can be detected.
- Modify the default Chinese commands
- Remove __pycache__ in esp-sr/model folder

View File

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