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
|
## 1.4.0
|
||||||
- Add ci tests to check the APIs of wakenet, multinet and AFE work fine
|
- 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
|
- Reduce the latency of multinet6
|
||||||
|
|
||||||
## 1.3.4
|
## 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
|
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:
|
||||||
@ -7,7 +7,8 @@ dependencies:
|
|||||||
files:
|
files:
|
||||||
exclude:
|
exclude:
|
||||||
- ".github"
|
- ".github"
|
||||||
- "docs"
|
- "docs/**/*"
|
||||||
|
- "test_apps/**/*"
|
||||||
targets:
|
targets:
|
||||||
- esp32
|
- esp32
|
||||||
- esp32s2
|
- esp32s2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user