mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Relase v1.4.0
This commit is contained in:
parent
9f391a2525
commit
27227d4471
@ -6,7 +6,7 @@ If you can not map model partition successfully, please check the left free stor
|
||||
|
||||
## 1.4.0
|
||||
- Add ci tests to check the APIs of wakenet, multinet and AFE work fine
|
||||
- Support to load and run two wakenet9 at the same time in AFE
|
||||
- Support to load and run two wakenet9 models at the same time in AFE
|
||||
- Reduce the latency of multinet6
|
||||
|
||||
## 1.3.4
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "1.3.4"
|
||||
version: "1.4.0"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
@ -7,7 +7,8 @@ dependencies:
|
||||
files:
|
||||
exclude:
|
||||
- ".github"
|
||||
- "docs"
|
||||
- "docs/**/*"
|
||||
- "test_apps/**/*"
|
||||
targets:
|
||||
- esp32
|
||||
- esp32s2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user