model(wn): add wn9_haixiaowu_tts model

This commit is contained in:
xysun 2024-11-04 16:12:39 +08:00
parent f98a5d7c47
commit be905bdb6e
5 changed files with 10 additions and 0 deletions

View File

@ -178,6 +178,10 @@ choice SR_WN_MODEL_LOAD
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
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
bool "Astrolabe (wn9_astrolabe_tts)"
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
@ -281,6 +285,10 @@ menu "Load Multiple Wake Words"
bool "小滨小滨/小冰小冰 (wn9_xiaobinxiaobin_tts)"
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
bool "Astrolabe (wn9_astrolabe_tts)"
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4

View File

@ -56,6 +56,7 @@ The following wake words are supported in esp-sr:
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|Hi,小巫 | | wn9_haixiaowu_tts |
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.

View File

@ -0,0 +1 @@
wakenet9l_tts2h8_Hi,小巫_3_0.639_0.642

Binary file not shown.

Binary file not shown.