mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
model(wn): add wn9_haixiaowu_tts model
This commit is contained in:
parent
f98a5d7c47
commit
be905bdb6e
@ -178,6 +178,10 @@ choice SR_WN_MODEL_LOAD
|
|||||||
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
|
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
|
|
||||||
|
config SR_WN_WN9_HAIXIAOWU_TTS
|
||||||
|
bool "Hi,小巫 (wn9_haixiaowu_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
|
|
||||||
config SR_WN_WN9_ASTROLABE_TTS
|
config SR_WN_WN9_ASTROLABE_TTS
|
||||||
bool "Astrolabe (wn9_astrolabe_tts)"
|
bool "Astrolabe (wn9_astrolabe_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
@ -281,6 +285,10 @@ menu "Load Multiple Wake Words"
|
|||||||
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
|
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
|
|
||||||
|
config SR_WN_WN9_HAIXIAOWU_TTS_MULTI
|
||||||
|
bool "Hi,小巫 (wn9_haixiaowu_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
|
|
||||||
config SR_WN_WN9_ASTROLABE_TTS_MULTI
|
config SR_WN_WN9_ASTROLABE_TTS_MULTI
|
||||||
bool "Astrolabe (wn9_astrolabe_tts)"
|
bool "Astrolabe (wn9_astrolabe_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||||
|
|||||||
@ -56,6 +56,7 @@ The following wake words are supported in esp-sr:
|
|||||||
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
|
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
|
||||||
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
||||||
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|
||||||
|
|Hi,小巫 | | wn9_haixiaowu_tts |
|
||||||
|
|
||||||
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.
|
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.
|
||||||
|
|
||||||
|
|||||||
1
model/wakenet_model/wn9_haixiaowu_tts/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_haixiaowu_tts/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
|||||||
|
wakenet9l_tts2h8_Hi,小巫_3_0.639_0.642
|
||||||
BIN
model/wakenet_model/wn9_haixiaowu_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_haixiaowu_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_haixiaowu_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_haixiaowu_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user