Merge branch 'feat/add_wn9_sophia_tts' into 'master'

add wn9_sophia_tts

See merge request speech-recognition-framework/esp-sr!86
This commit is contained in:
Sun Xiang Yu 2024-01-18 16:14:14 +08:00
commit c065d7f4e2
5 changed files with 11 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
@ -161,6 +165,10 @@ menu "Load Multiple Wake Words"
bool "Hey,Willow (wn9_heywillow_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_SOPHIA_TTS_MULTI
bool "Sophia (wn9_sophia_tts)"
depends on IDF_TARGET_ESP32S3
endmenu
config USE_MULTINET

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.