From a08ce0b15f7647521fd73d011f820099428441db Mon Sep 17 00:00:00 2001 From: xysun Date: Tue, 16 Jan 2024 16:38:11 +0800 Subject: [PATCH] release esp-sr v1.6.1 --- CHANGELOG.md | 2 +- idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3c7f1..c72b32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - 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 +## 1.6.1 - Add hey willow wakenet model: wn9_heywillow_tts - Update wn9_alexa from v3 to v4 - Add model info into srmodels_list_t diff --git a/idf_component.yml b/idf_component.yml index 90a6c80..643abb9 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.6.0" +version: "1.6.1" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: