修改语音识别模块

This commit is contained in:
Irene-Maxine
2024-12-01 23:01:46 +08:00
parent 134f2c99ae
commit 0fe2244131
23 changed files with 271 additions and 209 deletions

View File

@@ -3791,28 +3791,28 @@ En.MIXLY_PLAYER_PLAY_MUSIC_TOOTIP = 'Track input parameter:int type used to deno
En.MIXLY_DRIVER = 'driver';
En.MIXLY_IDENTIFY_ONCE_AND_SAVE = 'Identify once and save the result';
En.MIXLY_BE_IDENTIFIED = 'Identified?';
En.MIXLY_HELLO_XIAOZHI = 'Hello XiaoZhi';
En.MIXLY_XIAOZHIXIAOZHI = 'XiaoZhi XiaoZhi';
En.MIXLY_THE_FIRST = 'The first';
En.MIXLY_THE_SECOND = 'The second';
En.MIXLY_THE_THIRD = 'The third';
En.MIXLY_THE_FOURTH = 'The fourth';
En.MIXLY_THE_FIFTH = 'The fifth';
En.MIXLY_THE_SIXTH = 'The sixth';
En.MIXLY_THE_SEVENTH = 'The seventh';
En.MIXLY_THE_EIGHTH = 'The eighth';
En.MIXLY_THE_NINTH = 'The ninth';
En.MIXLY_THE_TENTH = 'The tenth';
En.MIXLY_THE_ELEVENTH = 'The eleventh';
En.MIXLY_THE_TWELFTH = 'The twelfth';
En.MIXLY_THE_13TH = 'The thirteenth';
En.MIXLY_THE_14TH = 'The fourteenth';
En.MIXLY_THE_15TH = 'The fifteenth';
En.MIXLY_THE_16TH = 'The sixteenth';
En.MIXLY_THE_17TH = 'The seventeenth';
En.MIXLY_THE_18TH = 'The eighteenth';
En.MIXLY_THE_19TH = 'The nineteenth';
En.MIXLY_THE_20TH = 'The twentieth';
En.MIXLY_HELLO_XIAOZHI = 'Hello XiaoZhi(wakeword)';
En.MIXLY_XIAOZHIXIAOZHI = 'XiaoZhi XiaoZhi(wakeword)';
En.MIXLY_THE_FIRST = 'The first/user-defined';
En.MIXLY_THE_SECOND = 'The second/user-defined';
En.MIXLY_THE_THIRD = 'The third/user-defined';
En.MIXLY_THE_FOURTH = 'The fourth/user-defined';
En.MIXLY_THE_FIFTH = 'The fifth/user-defined';
En.MIXLY_THE_SIXTH = 'The sixth/user-defined';
En.MIXLY_THE_SEVENTH = 'The seventh/user-defined';
En.MIXLY_THE_EIGHTH = 'The eighth/user-defined';
En.MIXLY_THE_NINTH = 'The ninth/user-defined';
En.MIXLY_THE_TENTH = 'The tenth/user-defined';
En.MIXLY_THE_ELEVENTH = 'The eleventh/user-defined';
En.MIXLY_THE_TWELFTH = 'The twelfth/user-defined';
En.MIXLY_THE_13TH = 'The thirteenth/user-defined';
En.MIXLY_THE_14TH = 'The fourteenth/user-defined';
En.MIXLY_THE_15TH = 'The fifteenth/user-defined';
En.MIXLY_THE_16TH = 'The sixteenth/user-defined';
En.MIXLY_THE_17TH = 'The seventeenth/user-defined';
En.MIXLY_THE_18TH = 'The eighteenth/user-defined';
En.MIXLY_THE_19TH = 'The nineteenth/user-defined';
En.MIXLY_THE_20TH = 'The twentieth/user-defined';
En.MIXLY_Turn_on_the_lights = 'Turn on the lights';
En.MIXLY_Turn_off_the_lights = 'Turn off the lights';
En.MIXLY_Turn_up_the_brightness = 'Turn up the brightness';
@@ -3851,7 +3851,7 @@ En.MIXLY_Query_touch = 'Query touch';
En.MIXLY_Query_color = 'Query color';
En.MIXLY_THE_RECOGNIZED_CMD = 'Recognized command word ID';
En.MIXLY_RECOGNIZED_STATE = 'Recognition state (woken up or reporting)';
En.MIXLY_CI230X_GET_THE_RECOGNIZED_STATE_TOOLTIP = 'Returns a tuple (woken up or reporting), access via [0], [1]';
En.MIXLY_CI130X_GET_THE_RECOGNIZED_STATE_TOOLTIP = 'Returns a tuple (woken up or reporting), access via [0], [1]';
En.MIXLY_UNIT = 'Unit';
En.MIXLY_HYETAL = 'Rainfall';
En.MIXLY_BUTTON2 = 'Button';
@@ -3878,4 +3878,12 @@ En.MIXLY_METER_PER_SEC = 'Meter per second';
En.MIXLY_WRONG = 'Wrong';
En.MIXLY_GOOD = 'Good';
En.MIXLY_DECREASE = 'Decrease';
En.MIXLY_CMD = 'Command';
En.MIXLY_INCREASE_VOLUME = 'Increase Volume';
En.MIXLY_REDUCE_VOLUME = 'Reduce Volume';
En.MIXLY_MAX_VOLUME = 'Max Volume';
En.MIXLY_MINIMUM = 'Min Volume';
En.MIXLY_OPEN_RESPONSE = 'Open Response';
En.MIXLY_CLOSE_RESPONSE = 'Close Response';
En.MIXLY_QUIT = 'Quit';
})();