mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
add wn9_nihaoxiaoxin_tts
This commit is contained in:
parent
3b157307ad
commit
d3520bcfee
@ -124,6 +124,10 @@ choice SR_WN_MODEL_LOAD
|
||||
bool "Sophia (wn9_sophia_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_NIHAOXIAOXIN_TTS
|
||||
bool "nihaoxiaoxin (wn9_nihaoxiaoxin_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_CUSTOMWORD
|
||||
bool "customized word (wn9_customword)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
@ -169,6 +173,10 @@ menu "Load Multiple Wake Words"
|
||||
bool "Sophia (wn9_sophia_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_NIHAOXIAOXIN_TTS_MULTI
|
||||
bool "nihaoxiaoxin (wn9_nihaoxiaoxin_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
endmenu
|
||||
|
||||
config USE_MULTINET
|
||||
|
||||
@ -41,6 +41,7 @@ The following wake words are supported in esp-sr:
|
||||
|Computer | | wn9_computer_tts |
|
||||
|Hey,Willow | | wn9_heywillow_tts |
|
||||
|Sophia | | wn9_sophia_tts |
|
||||
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
||||
|
||||
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.
|
||||
|
||||
|
||||
2
model/wakenet_model/wn9_nihaoxiaoxin_tts/_MODEL_INFO_
Normal file
2
model/wakenet_model/wn9_nihaoxiaoxin_tts/_MODEL_INFO_
Normal file
@ -0,0 +1,2 @@
|
||||
# (neural network type)_(model data version)_(label1_detection window length_threshold for 90%_threshold for 95%)_(label2 ...)_...
|
||||
wakenet9l_tts1h8_你好小鑫_3_0.635_0.639
|
||||
BIN
model/wakenet_model/wn9_nihaoxiaoxin_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_nihaoxiaoxin_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_nihaoxiaoxin_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_nihaoxiaoxin_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user