model(wn9): add linaiban wake model

This commit is contained in:
xysun 2024-12-16 15:20:22 +08:00
parent 9b0e47a656
commit 672efed952
5 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -59,6 +59,7 @@ The following wake words are supported in esp-sr:
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|Hi,小巫 | | wn9_haixiaowu_tts |
|小鸭小鸭 | | 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.

View File

@ -0,0 +1 @@
wakenet9l_tts2h12_Linaiban_3_0.635_0.640

Binary file not shown.

Binary file not shown.