multinet wakeword (#927)

Co-authored-by: zk <982145@qq.com>
This commit is contained in:
ZhouKe
2025-07-18 01:18:40 +08:00
committed by GitHub
parent be46cf1731
commit 1aea59a472
6 changed files with 344 additions and 1 deletions

View File

@@ -404,6 +404,28 @@ config USE_AFE_WAKE_WORD
help
需要 ESP32 S3 与 PSRAM 支持
config USE_CUSTOM_WAKE_WORD
bool "Enable Custom Wake Word Detection"
default n
depends on (IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4) && SPIRAM && (!USE_AFE_WAKE_WORD)
help
需要 ESP32 S3 与 PSRAM 支持
config CUSTOM_WAKE_WORD
string "Custom Wake Word"
default "ni hao xiao zhi"
depends on USE_CUSTOM_WAKE_WORD
help
自定义唤醒词,用汉语拼音表示
config CUSTOM_WAKE_WORD_DISPLAY
string "Custom Wake Word Display"
default "你好小智"
depends on USE_CUSTOM_WAKE_WORD
help
自定义唤醒词对应问候语
config USE_AUDIO_PROCESSOR
bool "Enable Audio Noise Reduction"
default y