From 3610431054f7c866ca981737c84b0ba1785b9c5e Mon Sep 17 00:00:00 2001 From: sxy Date: Mon, 6 Mar 2023 14:08:36 +0800 Subject: [PATCH] Release esp-sr v1.2.0 --- CHANGELOG.md | 4 +++- idf_component.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db91e23..209b445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Change log for esp-sr ## Unreleased + + +## 1.2.0 - ESP-DSP dependency is now installed from the component registry - Add an English MultiNet6 model which is trained by RNNT and CTC - Add a Chinese MultiNet6 model which is trained by RNNT and CTC - Fixed CMake errors when esp-sr was installed from component registry - Fixed the list of supported chips displayed in the component registry - ## 1.1.0 - Support esp32c3 for Chinese TTS - Update document of ESP-SR diff --git a/idf_component.yml b/idf_component.yml index bf9b559..f8181bf 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.1.0" +version: "1.2.0" description: esp_sr provides basic algorithms for Speech Recognition applications url: https://github.com/espressif/esp-sr dependencies: