add wn9_sophia_tts

This commit is contained in:
Qianhui 2024-01-18 14:50:31 +08:00
parent c8b85551b4
commit 5add9a9bf3
5 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,10 @@ choice SR_WN_MODEL_LOAD
bool "Hey,Willow (wn9_heywillow_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_SOPHIA_TTS
bool "Sophia (wn9_sophia_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_CUSTOMWORD
bool "customized word (wn9_customword)"
depends on IDF_TARGET_ESP32S3

View File

@ -40,6 +40,7 @@ The following wake words are supported in esp-sr:
|Jarvis | | wn9_jarvis_tts |
|Computer | | wn9_computer_tts |
|Hey,Willow | | wn9_heywillow_tts |
|Sophia | | wn9_sophia_tts |
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.

View File

@ -0,0 +1,2 @@
# (neural network type)_(model data version)_(lable1_detection windown length_threshold for 90%_threshold for 95%)_(lable2 ...)_...
wakenet9l_tts1h8_Sophia_3_0.624_0.642

Binary file not shown.

Binary file not shown.