ESP-SR 语音识别框架
Go to file
2023-05-23 15:18:18 +08:00
.github/workflows ci: Add github upload component action 2022-12-14 13:57:49 +08:00
ci remove necessary configuration files to build documentation 2022-12-19 14:07:28 +08:00
docs fix some wrong format in docs 2023-05-10 19:16:44 +08:00
esp-tts feat(tts): Support esp32c3 2023-02-02 16:40:51 +08:00
include bugfix(mn): fix the bug in command_search function 2023-05-23 15:18:18 +08:00
lib Update multinet API to add/modify/print/check new commmand string 2023-05-05 20:57:03 +08:00
model Update multinet API to add/modify/print/check new commmand string 2023-05-05 20:57:03 +08:00
src bugfix(mn): fix the bug in command_search function 2023-05-23 15:18:18 +08:00
test Fix all warning in esp-sr 2023-05-23 14:40:57 +08:00
tool Fix some typos 2023-03-07 14:23:11 +08:00
.gitignore Update cn documentation and provide translation for en documentation 2023-01-12 11:07:40 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2023-05-10 17:25:32 +08:00
CHANGELOG.md release esp-sr v1.3.1 2023-05-10 19:26:58 +08:00
CMakeLists.txt bugfix: Remove esp-partition in CMakeList for esp32s2 & esp32c3 chip 2023-04-07 14:35:57 +08:00
component.mk bugfix: Add src/include path in component.mk 2022-08-17 20:57:55 +08:00
idf_component.yml release esp-sr v1.3.1 2023-05-10 19:26:58 +08:00
Kconfig.projbuild Update multinet API to add/modify/print/check new commmand string 2023-05-05 20:57:03 +08:00
libversion feat(MN): Fix the memory leak of MN; Modify the method of resetting speech commands 2022-02-17 14:23:09 +08:00
LICENSE add README 2019-08-06 12:01:02 +08:00
README.md readme: add the component registry version badge 2023-02-11 14:31:49 +01:00

ESP-SR Speech Recognition Framework

Documentation Status Component Registry

Espressif ESP-SR helps users build AI speech solutions based on ESP32 or ESP32-S3 chips.

Overview

ESP-SR framework includes the following modules:

These algorithms are provided in the form of a component, so they can be integrated into your projects with minimum effort.

ESP32-S3 is recommended, which supports AI instructions and larger, high-speech octal SPI PSRAM. The new algorithms will no longer support ESP32 chips.

Wake Word Engine

Espressif wake word engine WakeNet is specially designed to provide a high performance and low memory footprint wake word detection algorithm for users, which enables devices always listen to wake words, such as “Alexa”, “Hi,lexin” and “Hi,ESP”. You can refer to Model loading method to build your project.

Currently, Espressif has not only provided an official wake word "Hi,Lexin","Hi,ESP" to the public for free, but also allows customized wake words. For details on how to customize your own wake words, please see Espressif Speech Wake Words Customization Process.

Speech Command Recognition

Espressif's speech command recognition model MultiNet is specially designed to provide a flexible off-line speech command recognition model. With this model, you can easily add your own speech commands, eliminating the need to train model again. You can refer to Model loading method to build your project.

Currently, Espressif MultiNet supports up to 200 Chinese or English speech commands, such as “打开空调” (Turn on the air conditioner) and “打开卧室灯” (Turn on the bedroom light).

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).

Our two-mic Audio Front-End (AFE) have been qualified as a “Software Audio Front-End Solution” for Amazon Alexa Built-in devices.

In order to achieve optimal performance: