diff --git a/Kconfig.projbuild b/Kconfig.projbuild index 0a0ecbf..c109183 100644 --- a/Kconfig.projbuild +++ b/Kconfig.projbuild @@ -154,6 +154,10 @@ choice SR_WN_MODEL_LOAD bool "喵喵同学 (wn9_miaomiaotongxue_tts)" depends on IDF_TARGET_ESP32S3 + config SR_WN_WN9_HIJOY_TTS + bool "Hi,Joy (wn9_hijoy_tts)" + depends on IDF_TARGET_ESP32S3 + config SR_WN_WN9_CUSTOMWORD bool "customized word (wn9_customword)" depends on IDF_TARGET_ESP32S3 @@ -223,6 +227,10 @@ menu "Load Multiple Wake Words" bool "Mycroft (wn9_mycroft_tts)" depends on IDF_TARGET_ESP32S3 + config SR_WN_WN9_HIJOY_TTS_MULTI + bool "Hi,Joy (wn9_hijoy_tts)" + depends on IDF_TARGET_ESP32S3 + endmenu config USE_MULTINET diff --git a/README.md b/README.md index 6d0d517..b169cfe 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The following wake words are supported in esp-sr: |Sophia | | wn9_sophia_tts | |Mycroft | | wn9_mycroft_tts | |Hey,Printer | | wn9_heyprinter_tts | +|Hi,Joy | | wn9_hijoy_tts | |你好小鑫 | | wn9_nihaoxiaoxin_tts | |小美同学 | | wn9_xiaomeitongxue_tts | |Hi,小星 | | wn9_hixiaoxing_tts | diff --git a/model/wakenet_model/wn9_hijoy_tts/_MODEL_INFO_ b/model/wakenet_model/wn9_hijoy_tts/_MODEL_INFO_ new file mode 100644 index 0000000..69187dc --- /dev/null +++ b/model/wakenet_model/wn9_hijoy_tts/_MODEL_INFO_ @@ -0,0 +1 @@ +wakenet9l_tts1h8_Hi,Joy_3_0.631_0.633 diff --git a/model/wakenet_model/wn9_hijoy_tts/wn9_data b/model/wakenet_model/wn9_hijoy_tts/wn9_data new file mode 100644 index 0000000..bc8703c Binary files /dev/null and b/model/wakenet_model/wn9_hijoy_tts/wn9_data differ diff --git a/model/wakenet_model/wn9_hijoy_tts/wn9_index b/model/wakenet_model/wn9_hijoy_tts/wn9_index new file mode 100644 index 0000000..5e7c881 Binary files /dev/null and b/model/wakenet_model/wn9_hijoy_tts/wn9_index differ