Update readme

This commit is contained in:
xysun 2025-03-28 10:28:07 +08:00
parent 9260a80784
commit 3e5e14c976
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change log for esp-sr
## 2.0.3
-Add wakenet9 support for ESP32
## 2.0.2
- Accelerate the AEC of ESP32C5, reducing the CPU loading from 39% to 30%.

View File

@ -91,7 +91,7 @@ The following MultiNet models are supported in esp-sr:
Espressif Audio Front-End **AFE** integrates AEC (Acoustic Echo Cancellation), VAD (Voice Activity Detection), BSS (Blind Source Separation) and NS (Noise Suppression).
Our two-mic Audio Front-End (AFE) have been qualified as a “Software Audio Front-End Solution” for [Amazon Alexa Built-in devices](https://developer.amazon.com/en-US/alexa/solution-providers/dev-kits#software-audio-front-end-dev-kits).
Our two-mic Audio Front-End (AFE) have been qualified as a “Software Audio Front-End Solution” for [Amazon Alexa Built-in devices](https://developer.amazon.com/en-US/alexa/solution-providers/alexa-connect-kit).
**In order to achieve optimal performance:**

View File

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