mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat/add Mycrofy wakenet9 model
This commit is contained in:
parent
bba09a355d
commit
c20cc1e142
@ -122,6 +122,26 @@ choice SR_WN_MODEL_LOAD
|
|||||||
bool "Hey,Willow (wn9_heywillow_tts)"
|
bool "Hey,Willow (wn9_heywillow_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_SOPHIA_TTS
|
||||||
|
bool "Sophia (wn9_sophia_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_NIHAOXIAOXIN_TTS
|
||||||
|
bool "nihaoxiaoxin (wn9_nihaoxiaoxin_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_XIAOMEITONGXUE_TTS
|
||||||
|
bool "xiaomeitongxue (wn9_xiaomeitongxue_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_HIXIAOXING_TTS
|
||||||
|
bool "Hi,Xiaoxing (wn9_hixiaoxing_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_MYCROFT_TTS
|
||||||
|
bool "Mycroft (wn9_mycroft_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
config SR_WN_WN9_CUSTOMWORD
|
config SR_WN_WN9_CUSTOMWORD
|
||||||
bool "customized word (wn9_customword)"
|
bool "customized word (wn9_customword)"
|
||||||
depends on IDF_TARGET_ESP32S3
|
depends on IDF_TARGET_ESP32S3
|
||||||
@ -163,6 +183,22 @@ menu "Load Multiple Wake Words"
|
|||||||
bool "Hey,Willow (wn9_heywillow_tts)"
|
bool "Hey,Willow (wn9_heywillow_tts)"
|
||||||
depends on IDF_TARGET_ESP32S3
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_SOPHIA_TTS_MULTI
|
||||||
|
bool "Sophia (wn9_sophia_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_NIHAOXIAOXIN_TTS_MULTI
|
||||||
|
bool "nihaoxiaoxin (wn9_nihaoxiaoxin_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_XIAOMEITONGXUE_TTS_MULTI
|
||||||
|
bool "xiaomeitongxue (wn9_xiaomeitongxue_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
|
config SR_WN_WN9_MYCROFT_TTS_MULTI
|
||||||
|
bool "Mycroft (wn9_mycroft_tts)"
|
||||||
|
depends on IDF_TARGET_ESP32S3
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config USE_MULTINET
|
config USE_MULTINET
|
||||||
|
|||||||
@ -41,6 +41,7 @@ The following wake words are supported in esp-sr:
|
|||||||
|Computer | | wn9_computer_tts |
|
|Computer | | wn9_computer_tts |
|
||||||
|Hey,Willow | | wn9_heywillow_tts |
|
|Hey,Willow | | wn9_heywillow_tts |
|
||||||
|Sophia | | wn9_sophia_tts |
|
|Sophia | | wn9_sophia_tts |
|
||||||
|
|Mycroft | | wn9_mycroft_tts |
|
||||||
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
||||||
|小美同学 | | wn9_xiaomeitongxue_tts |
|
|小美同学 | | wn9_xiaomeitongxue_tts |
|
||||||
|Hi,小星 | | wn9_hixiaoxing_tts |
|
|Hi,小星 | | wn9_hixiaoxing_tts |
|
||||||
|
|||||||
Binary file not shown.
1
model/wakenet_model/wn9_mycroft_tts/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_mycroft_tts/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
|||||||
|
wakenet9l_tts1h8_Mycroft_3_0.625_0.629
|
||||||
BIN
model/wakenet_model/wn9_mycroft_tts/wn9_data
Normal file
BIN
model/wakenet_model/wn9_mycroft_tts/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_mycroft_tts/wn9_index
Normal file
BIN
model/wakenet_model/wn9_mycroft_tts/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user