mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'bugfix/mn5q8_crash' into 'master'
bugfix: fix the bug of multinet5q8 when adding new speech commands See merge request speech-recognition-framework/esp-sr!45
This commit is contained in:
commit
557e1ae632
@ -4,11 +4,14 @@
|
|||||||
- 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.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
|
- Fix the crash of multinet5q8 when speech commands are triggered
|
||||||
- Update esp_mn_commands_update() in esp_process_sdkconfig.c
|
- 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.
|
- Output text of ctc greedy search result when no command can be detected.
|
||||||
- Modify the default Chinese commands
|
- Modify the default Chinese commands
|
||||||
- Remove __pycache__ in esp-sr/model folder
|
- Remove __pycache__ in esp-sr/model folder
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version: "1.3.3"
|
version: "1.3.4"
|
||||||
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:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user