From f674ab7711c39698d608c29aca9bba3bbfda32ec Mon Sep 17 00:00:00 2001 From: test Date: Thu, 27 Mar 2025 14:45:01 +0800 Subject: [PATCH] Update Readme, add nsnet and ssl algorithm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ae003..d816aed 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ 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 @@ -89,7 +90,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) and NS (Noise Suppression). +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. 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).