bugfix(afe): make VAD work correctly when wakenet is disabled

This commit is contained in:
xysun 2023-08-15 15:34:33 +08:00
parent c949250b7a
commit 607e8d831b
5 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,10 @@
- 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.
## unreleased
- Fix the wrong APIs of multinet2 when using ESP32 chip
- VAD can work fine when WakeNet is disabled
## 1.4.0
- Add ci tests to check the APIs of wakenet, multinet and AFE work fine
- Support to load and run two wakenet9 models at the same time in AFE

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
187f935f