From bf1c327efbd226d0fbcc009fe40faf8e468ec8c9 Mon Sep 17 00:00:00 2001 From: Sun Xiang Yu Date: Thu, 27 Mar 2025 19:07:45 +0800 Subject: [PATCH] Revert "Merge branch 'readme_update' into 'master'" This reverts merge request !150 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d816aed..34ae003 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ News [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. -[27/3/2025]: We release **Sound Souce Localization**, an algorithm to locate the sound source. ## Wake Word Engine @@ -90,7 +89,7 @@ The following MultiNet models are supported in esp-sr: ## Audio Front End -Espressif Audio Front-End **AFE** integrates AEC (Acoustic Echo Cancellation), VAD (Voice Activity Detection), BSS (Blind Source Separation) , NS (Noise Suppression), NSNET(Deep noise suppression), SSL(Sound Souce Localization) and other functions. It is designed to be used with the ESP-SR library. +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).