mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Update README
This commit is contained in:
parent
c420a5616b
commit
33f47da975
@ -1,5 +1,8 @@
|
||||
# Change log for esp-sr
|
||||
|
||||
## 2.0.5
|
||||
- Fix fftr bug
|
||||
|
||||
## 2.0.4
|
||||
- Add DOA(Direction of Arrival) algorithm
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ The new algorithms will no longer support ESP32 chips.
|
||||
|
||||
News
|
||||
----
|
||||
[17/4/2025]: We add a new DOA(Direction of Arrival) algorithm.
|
||||
[14/2/2025]: We release **ESP-SR V2.0**. [Migration from ESP-SR V1.* to ESP-SR V2.*](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/audio_front_end/migration_guide.html)
|
||||
[13/2/2025]: We release **VADNet**, a voice activaty detection model. You can use it to replace the WebRTC VAD and improve the performance.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "2.0.4"
|
||||
version: "2.0.5"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user