mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
model(wn9): add linaiban wake model
This commit is contained in:
parent
9b0e47a656
commit
672efed952
@ -194,6 +194,10 @@ choice SR_WN_MODEL_LOAD
|
||||
bool "Hi,Jason (wn9_hijason_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_LINAIBAN_TTS2
|
||||
bool "璃奈板 (wn9_linaiban_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_CUSTOMWORD
|
||||
bool "customized word (wn9_customword)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
@ -309,6 +313,10 @@ menu "Load Multiple Wake Words"
|
||||
bool "Hi,Jason (wn9_hijason_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_LINAIBAN_TTS2_MULTI
|
||||
bool "璃奈板 (wn9_linaiban_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
endmenu
|
||||
|
||||
config USE_MULTINET
|
||||
|
||||
@ -55,10 +55,11 @@ 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 |
|
||||
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
||||
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|
||||
|Hi,小巫 | | wn9_haixiaowu_tts |
|
||||
|小鸭小鸭 | | wn9_xiaoyaxiaoya_tts2 |
|
||||
|小鸭小鸭 | | wn9_xiaoyaxiaoya_tts2 |
|
||||
|璃奈板 | | wn9_linaiban_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_linaiban_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_linaiban_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts2h12_Linaiban_3_0.635_0.640
|
||||
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user