Update CHANGELOG.md

This commit is contained in:
xysun 2023-10-31 17:43:49 +08:00
parent a70c8fe309
commit f2034a9e00

View File

@ -4,12 +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.
## unrelease
## 1.5.0
- Add esp32c6 tts lib
- Return the volume of wake word audio when one wake word is detected
- Reduce MultiNet6 SRAM size from 48KB to 32 KB
- Add "Hi M Five" wake word model from M5Stack
- Remove all MultiNet4 models
- Update MultiNet7_en v2.0
- Fix some bugs in AFE
## 1.4.2
- Reset timeout trigger of multinet6 when a new speech command is detected