mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
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:
commit
e3087b2dfc
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
1
model/wakenet_model/wn9_heywanda_tts/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_heywanda_tts/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts1h8_Hey,Wanda_3_0.641_0.644
|
||||
BIN
model/wakenet_model/wn9_heywanda_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_heywanda_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_heywanda_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_heywanda_tts/wn9_index
Normal file
Binary file not shown.
1
model/wakenet_model/wn9_himiaomiao_tts/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_himiaomiao_tts/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts1h8_Hi,喵喵_3_0.636_0.641
|
||||
BIN
model/wakenet_model/wn9_himiaomiao_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_himiaomiao_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_himiaomiao_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_himiaomiao_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user