ESP-SR 语音识别框架
Go to file
2021-09-24 21:29:56 +08:00
acoustic_algorithm feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00
audio_front_end feat(AFE): modify alloc_from_PSRAM to support flexible memory allocation 2021-09-24 21:29:22 +08:00
esp-tts bugfix(tts):fix the bug of esp_tts_stream_reset 2020-11-20 19:10:12 +08:00
img doc(AFE): Update docs of AFE 2021-06-11 15:28:09 +08:00
lib feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00
main feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00
speech_command_recognition feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00
wake_word_engine esp-sr for ESP32S3 pre-release 2021-08-27 14:41:29 +08:00
.gitignore update libs and README 2019-08-06 12:07:02 +08:00
CHANGELOG.md feature/add AFE component & update wakenet 2021-02-25 11:01:29 +08:00
CMakeLists.txt Add 8bit-multinet5 and update the API of AFE 2021-09-10 14:34:59 +08:00
component.mk fix component.mk issue in legacy GNU make 2020-11-09 19:03:29 +08:00
Kconfig.projbuild feat(multinet): add API to modify speech commands online 2021-09-24 21:29:56 +08:00
LICENSE add README 2019-08-06 12:01:02 +08:00
Makefile feature/Add NS/AEC/AGC/VAD algorithm 2019-08-21 14:48:34 +08:00
partitions.csv add README 2019-08-06 12:01:02 +08:00
README_cn.md doc/update README and CHANGELOG 2020-03-31 18:41:38 +08:00
README.md doc/update README and CHANGELOG 2020-03-31 18:41:38 +08:00
sdkconfig.defaults Update MultiNet_CN v1_4 && Support CONTINUOUS_RECOGNITION mode 2020-03-27 10:35:30 +08:00

esp_sr [中文]

Espressif esp_sr provides basic algorithms for Speech Recognition applications. Now, this framework has three modules:

  • The wake word detection model WakeNet
  • The speech command recognition model MultiNet
  • Acoustic algorithm: MASE(Mic Array Speech Enhancement), AEC(Acoustic Echo Cancellation), VAD(Voice Activity Detection), AGC(Automatic Gain Control), NS(Noise Suppression)

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

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 wake words, such as “Alexa”, “天猫精灵” (Tian Mao Jing Ling) and “小爱同学” (Xiao Ai Tong Xue).

Currently, Espressif has not only provided an official wake word "Hi, Lexin" to 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.

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

Acoustic algorithm

Espressif acoustic algorithm module is specially designed to improve speech recognition performance in far-field or noisy environments.

Currently, MASE algorithm supports 2-mic linear array and 3-mic circular array.

In order to achieve optimal performance: