Skip to content

Commit

Permalink
Release esp-sr v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-xiangyu committed Mar 6, 2023
1 parent e2b9e0f commit 3610431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3610431

Please sign in to comment.