mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat(mn): modify multinet6 timeout trigger
This commit is contained in:
parent
0e2c76c190
commit
a90948b9b6
@ -4,6 +4,10 @@
|
|||||||
- 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.4.2
|
||||||
|
- Reset timeout trigger of multinet6 when a new speech command is detected
|
||||||
|
- Alloc all beams from PSRAM
|
||||||
|
|
||||||
## 1.4.1
|
## 1.4.1
|
||||||
- Fix the wrong APIs of multinet2 when using ESP32 chip
|
- Fix the wrong APIs of multinet2 when using ESP32 chip
|
||||||
- VAD can work fine when WakeNet is disabled
|
- VAD can work fine when WakeNet is disabled
|
||||||
|
|||||||
@ -17,7 +17,7 @@ ESP-SR framework includes the following modules:
|
|||||||
|
|
||||||
These algorithms are provided in the form of a component, so they can be integrated into your projects with minimum effort.
|
These algorithms are provided in the form of a component, so they can be integrated into your projects with minimum effort.
|
||||||
|
|
||||||
ESP32-S3 is recommended, which supports AI instructions and larger, high-speech octal SPI PSRAM.
|
ESP32-S3 is recommended, which supports AI instructions and larger, high-speed octal SPI PSRAM.
|
||||||
The new algorithms will no longer support ESP32 chips.
|
The new algorithms will no longer support ESP32 chips.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user