Release esp-sr v1.2.0

This commit is contained in:
sxy 2023-03-06 14:08:36 +08:00
parent e2b9e0fc4e
commit 3610431054
2 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
# Change log for esp-sr # Change log for esp-sr
## Unreleased ## Unreleased
## 1.2.0
- ESP-DSP dependency is now installed from the component registry - ESP-DSP dependency is now installed from the component registry
- Add an English MultiNet6 model which is trained by RNNT and CTC - Add an English MultiNet6 model which is trained by RNNT and CTC
- Add a Chinese 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 CMake errors when esp-sr was installed from component registry
- Fixed the list of supported chips displayed in the component registry - Fixed the list of supported chips displayed in the component registry
## 1.1.0 ## 1.1.0
- Support esp32c3 for Chinese TTS - Support esp32c3 for Chinese TTS
- Update document of ESP-SR - Update document of ESP-SR

View File

@ -1,4 +1,4 @@
version: "1.1.0" version: "1.2.0"
description: esp_sr provides basic algorithms for Speech Recognition applications description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr url: https://github.com/espressif/esp-sr
dependencies: dependencies: