mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
release esp-sr v2.1.5
This commit is contained in:
parent
382c850cbc
commit
2bd422cfb9
@ -143,7 +143,7 @@ build_esp_sr:
|
|||||||
- .rules:build:test_esp_sr
|
- .rules:build:test_esp_sr
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:v5.4.1, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
||||||
EXAMPLES_PATH: "test_apps/esp-sr"
|
EXAMPLES_PATH: "test_apps/esp-sr"
|
||||||
|
|
||||||
|
|
||||||
@ -153,7 +153,7 @@ build_esp_tts:
|
|||||||
- .rules:build:test_esp_tts
|
- .rules:build:test_esp_tts
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:v5.4.1, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
||||||
EXAMPLES_PATH: "test_apps/esp-tts"
|
EXAMPLES_PATH: "test_apps/esp-tts"
|
||||||
|
|
||||||
build_esp32c5:
|
build_esp32c5:
|
||||||
@ -162,7 +162,7 @@ build_esp32c5:
|
|||||||
- .rules:build:test_esp32c5
|
- .rules:build:test_esp32c5
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE: [espressif/idf:v5.4.1, espressif/idf:latest]
|
- IMAGE: [espressif/idf:release-v5.4, espressif/idf:latest]
|
||||||
EXAMPLES_PATH: "test_apps/esp32c5"
|
EXAMPLES_PATH: "test_apps/esp32c5"
|
||||||
|
|
||||||
.test_template: &test_template
|
.test_template: &test_template
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
# Change log for esp-sr
|
# Change log for esp-sr
|
||||||
|
|
||||||
|
## 2.1.5
|
||||||
|
- Fix ringbuf bug
|
||||||
|
- Add more wakenet9 models
|
||||||
|
|
||||||
## 2.1.4
|
## 2.1.4
|
||||||
- Fix the bug of multinet duration overflow
|
- Fix the bug of multinet duration overflow
|
||||||
- Fix the memory leak bug in multinet7 and multinet6
|
- Fix the memory leak bug in multinet7 and multinet6
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version: "2.1.4"
|
version: "2.1.5"
|
||||||
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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user