mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
wn9: add xiaoluxiaolu wake word
This commit is contained in:
parent
75287ca5a7
commit
2556dfbb0f
@ -226,6 +226,11 @@ menu "Load Multiple Wake Words (WakeNet9)"
|
||||
config SR_WN_WN9_HIMFIVE
|
||||
bool "Hi,M Five (wn9_himfive)"
|
||||
default False
|
||||
|
||||
|
||||
config SR_WN_WN9_XIAOLUXIAOLU_TTS2
|
||||
bool "小鹿小鹿 (wn9_xiaoluxiaolu_tts2)"
|
||||
default False
|
||||
endmenu
|
||||
|
||||
|
||||
|
||||
@ -78,6 +78,7 @@ The following wake words are supported in esp-sr:
|
||||
|小特小特 | | wn9_xiaotexiaote_tts2|
|
||||
|你好小益 | | wn9_nihaoxiaoyi_tts2|
|
||||
|你好百应 | | wn9_nihaobaiying_tts2|
|
||||
|小鹿小鹿 | | wn9_xiaoluxiaolu_tts2|
|
||||
|
||||
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples. `_tts2` suffix means this WakeNet model is trained by TTS Pipeline V2.
|
||||
|
||||
|
||||
1
model/wakenet_model/wn9_xiaoluxiaolu_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_xiaoluxiaolu_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9_tts2h12_小鹿小鹿_3_0.640_0.645
|
||||
BIN
model/wakenet_model/wn9_xiaoluxiaolu_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_xiaoluxiaolu_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_xiaoluxiaolu_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9_xiaoluxiaolu_tts2/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user