Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0' into 'master'
Browse files Browse the repository at this point in the history
Release esp-sr v1.6.0

See merge request speech-recognition-framework/esp-sr!80
  • Loading branch information
sun-xiangyu committed Nov 27, 2023
2 parents 162de62 + 363e299 commit 34ee089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5.1"
version: "1.6.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 34ee089

Please sign in to comment.