Skip to content

Commit

Permalink
Merge branch 'feat/add_wn9_xiaomeitongxue_tts' into 'master'
Browse files Browse the repository at this point in the history
add wn9_xiaomeitongxue_tts

See merge request speech-recognition-framework/esp-sr!89
  • Loading branch information
sun-xiangyu committed Jan 29, 2024
2 parents 9b3b4eb + 49c2a22 commit cc80648
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ choice SR_WN_MODEL_LOAD
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_CUSTOMWORD
bool "customized word (wn9_customword)"
depends on IDF_TARGET_ESP32S3
Expand Down Expand Up @@ -177,6 +181,10 @@ menu "Load Multiple Wake Words"
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

endmenu

config USE_MULTINET
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ The following wake words are supported in esp-sr:
|Jarvis | | wn9_jarvis_tts |
|Computer | | wn9_computer_tts |
|Hey,Willow | | wn9_heywillow_tts |
|Sophia | | wn9_sophia_tts |
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|Sophia | | wn9_sophia_tts |
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|小美同学 | | wn9_xiaomeitongxue_tts |

*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples.

Expand Down
2 changes: 2 additions & 0 deletions model/wakenet_model/wn9_xiaomeitongxue_tts/_MODEL_INFO_
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# (neural network type)_(model data version)_(label1_detection window length_threshold for 90%_threshold for 95%)_(label2 ...)_...
wakenet9l_tts1h8_小美同学_3_0.633_0.644
Binary file not shown.
Binary file not shown.

0 comments on commit cc80648

Please sign in to comment.