Merge branch 'feat/add_himiaomiao' into 'master'

feat/add_wakenet_models

See merge request speech-recognition-framework/esp-sr!99
This commit is contained in:
Sun Xiang Yu 2024-05-14 14:56:03 +08:00
commit e3087b2dfc
8 changed files with 22 additions and 0 deletions

View File

@ -162,6 +162,14 @@ choice SR_WN_MODEL_LOAD
bool "Hi,Lily/Hi,莉莉 (wn9_hilili_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_HEYWANDA_TTS
bool "Hey,Wanda (wn9_heywanda_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_HIMIAOMIAO_TTS
bool "Hi,喵喵 (wn9_himiaomiao_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_CUSTOMWORD
bool "customized word (wn9_customword)"
depends on IDF_TARGET_ESP32S3
@ -227,6 +235,16 @@ menu "Load Multiple Wake Words"
bool "喵喵同学 (wn9_miaomiaotongxue_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_HEYWANDA_TTS_MULTI
bool "Hey,Wanda (wn9_heywanda_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_HIMIAOMIAO_TTS_MULTI
bool "Hi,喵喵 (wn9_himiaomiao_tts)"
depends on IDF_TARGET_ESP32S3
config SR_WN_WN9_MYCROFT_TTS_MULTI
bool "Mycroft (wn9_mycroft_tts)"
depends on IDF_TARGET_ESP32S3

View File

@ -45,11 +45,13 @@ The following wake words are supported in esp-sr:
|Mycroft | | wn9_mycroft_tts |
|Hey,Printer | | wn9_heyprinter_tts |
|Hi,Joy | | wn9_hijoy_tts |
|Hey,Wand | | wn9_heywanda_tts |
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|小美同学 | | wn9_xiaomeitongxue_tts |
|Hi,小星 | | wn9_hixiaoxing_tts |
|小龙小龙 | | wn9_xiaolongxiaolong_tts |
|喵喵同学 | | wn9_miaomiaotongxue_tts |
|Hi,喵喵 | | wn9_himiaomiao_tts |
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.

View File

@ -0,0 +1 @@
wakenet9l_tts1h8_Hey,Wanda_3_0.641_0.644

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
wakenet9l_tts1h8_Hi,喵喵_3_0.636_0.641

Binary file not shown.

Binary file not shown.