From 363e2991c3210ed05af979d011961d3aee7e7286 Mon Sep 17 00:00:00 2001 From: xysun Date: Mon, 27 Nov 2023 16:03:21 +0800 Subject: [PATCH] Release esp-sr v1.6.0 --- CHANGELOG.md | 3 ++- idf_component.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080a64e..93ccf6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ - 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.0 - Add Chinese MultiNet7 models - Add first Noise Suppression model: nsnet1 - Add wakenet model trained by TTS samples: Jarvis and Computer +- fix some bugs ## 1.5.1 - Reduce Internal RAM of multinet7 diff --git a/idf_component.yml b/idf_component.yml index b34cd58..90a6c80 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.5.1" +version: "1.6.0" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: