From f7fef69938185b541f6603ba4196d4e9a0fa15d6 Mon Sep 17 00:00:00 2001 From: xysun Date: Fri, 11 Apr 2025 15:21:44 +0800 Subject: [PATCH] Update CHANGELOG and README --- CHANGELOG.md | 5 ++++- README.md | 8 ++++---- idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faa7e5..4f76b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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%. diff --git a/README.md b/README.md index 1940806..74d6302 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/idf_component.yml b/idf_component.yml index 3123b64..5515cf7 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -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: