mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Add new wake word: Hi,Telly or Hi 泰力
This commit is contained in:
parent
0616d43c62
commit
245732dde0
@ -162,6 +162,10 @@ choice SR_WN_MODEL_LOAD
|
||||
bool "Hi,Lily/Hi,莉莉 (wn9_hilili_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_HITELLY_TTS
|
||||
bool "Hi,Telly/Hi,泰力 (wn9_hitelly_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_HEYWANDA_TTS
|
||||
bool "Hey,Wanda (wn9_heywanda_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
@ -269,6 +273,10 @@ menu "Load Multiple Wake Words"
|
||||
bool "Hi,Lily/Hi,莉莉 (wn9_hilili_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_HITELLY_TTS_MULTI
|
||||
bool "Hi,Telly/Hi,泰力 (wn9_hitelly_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
config SR_WN_WN9_XIAOBINXIAOBIN_TTS_MULTI
|
||||
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
|
||||
@ -54,6 +54,7 @@ The following wake words are supported in esp-sr:
|
||||
|喵喵同学 | | wn9_miaomiaotongxue_tts|
|
||||
|Hi,喵喵 | | wn9_himiaomiao_tts |
|
||||
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
|
||||
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
||||
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|
||||
|
||||
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.
|
||||
|
||||
1
model/wakenet_model/wn9_hitelly_tts/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_hitelly_tts/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts1h8_Hi,Telly or Hi,泰力_3_0.613_0.619
|
||||
BIN
model/wakenet_model/wn9_hitelly_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_hitelly_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_hitelly_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_hitelly_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user