mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
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:
commit
c065d7f4e2
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
2
model/wakenet_model/wn9_sophia_tts/_MODEL_INFO_
Normal file
2
model/wakenet_model/wn9_sophia_tts/_MODEL_INFO_
Normal 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
|
||||
BIN
model/wakenet_model/wn9_sophia_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_sophia_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_sophia_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_sophia_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user