Update README

This commit is contained in:
xysun 2025-04-17 16:06:53 +08:00
parent c420a5616b
commit 33f47da975
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Change log for esp-sr
## 2.0.5
- Fix fftr bug
## 2.0.4
- Add DOA(Direction of Arrival) algorithm

View File

@ -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.

View File

@ -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: