Update CHANGELOG and README

This commit is contained in:
xysun 2025-04-11 15:21:44 +08:00
parent 2d151b7193
commit f7fef69938
3 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,10 @@
# Change log for esp-sr
## 2.0.4
- Add DOA(Direction of Arrival) algorithm
## 2.0.3
-Add wakenet9 support for ESP32
- Add wakenet9 support for ESP32
## 2.0.2
- Accelerate the AEC of ESP32C5, reducing the CPU loading from 39% to 30%.

View File

@ -95,8 +95,8 @@ Our two-mic Audio Front-End (AFE) have been qualified as a “Software Audio Fro
## Documentation and Resources
ESP-SR Documentation: [ESP-SR Documentation](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/index.html)
Migration Guide: [Migration from V1.* to V2.*](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/audio_front_end/migration_guide.html)
Wake Word Training: [Wake Word Training by TTS Pipeline V2.0](https://github.com/espressif/esp-sr/issues/88)
Examples: [esp-skainet/examples](https://github.com/espressif/esp-skainet)
ESP-SR Documentation: [ESP-SR Documentation](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/index.html)
Migration Guide: [Migration from V1.* to V2.*](https://docs.espressif.com/projects/esp-sr/en/latest/esp32s3/audio_front_end/migration_guide.html)
Wake Word Training: [Wake Word Training by TTS Pipeline V2.0](https://github.com/espressif/esp-sr/issues/88)
Examples: [esp-skainet/examples](https://github.com/espressif/esp-skainet)

View File

@ -1,4 +1,4 @@
version: "2.0.3"
version: "2.0.4"
description: esp_sr provides basic algorithms for Speech Recognition applications
url: https://github.com/espressif/esp-sr
dependencies: