增加外接传感器语音识别模块

This commit is contained in:
Irene-Maxine
2024-11-29 21:43:18 +08:00
parent f7c7ec0a1d
commit 6fa60a50e3
23 changed files with 1273 additions and 547 deletions

View File

@@ -3789,4 +3789,93 @@ En.MIXLY_NINE_AXIS_SENSOR ='nine-axis sensor';
En.MIXLY_RADAR_SENSOR = 'microwave radar sensor';
En.MIXLY_PLAYER_PLAY_MUSIC_TOOTIP = 'Track input parameter:int type used to denote a song track(The sequence of tracks is the first to be placed on the USB flash drive.); str type used to represent the short file name of the song(Default mixly*.mp3, does not support Chinese, can be * omitted)';
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_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';
En.MIXLY_Turn_down_the_brightness = 'Turn down the brightness';
En.MIXLY_Set_it_to_red = 'Set it to red';
En.MIXLY_Set_it_to_orange = 'Set it to orange';
En.MIXLY_Set_it_to_yellow = 'Set it to yellow';
En.MIXLY_Set_it_to_green = 'Set it to green';
En.MIXLY_Set_it_to_cyan = 'Set it to cyan';
En.MIXLY_Set_it_to_blue = 'Set it to blue';
En.MIXLY_Set_it_to_purple = 'Set it to purple';
En.MIXLY_Set_it_to_white = 'Set it to white';
En.MIXLY_Turn_on_the_fan = 'Turn on the fan';
En.MIXLY_Turn_off_the_fan = 'Turn off the fan';
En.MIXLY_First_gear = 'First gear';
En.MIXLY_Wind_speed_second = 'Second gear';
En.MIXLY_Third_gear = 'Third gear';
En.MIXLY_Previous = 'Previous';
En.MIXLY_Next_page = 'Next page';
En.MIXLY_Show_smiley_face = 'Show smiley face';
En.MIXLY_Show_crying_face = 'Show crying face';
En.MIXLY_Show_love = 'Show love';
En.MIXLY_Close_display = 'Close display';
En.MIXLY_Start_execution = 'Start execution';
En.MIXLY_Accelerate = 'Accelerate';
En.MIXLY_retard = 'Decelerate';
En.MIXLY_Query_temperature = 'Query temperature';
En.MIXLY_Query_humidity = 'Query humidity';
En.MIXLY_Query_brightness = 'Query brightness';
En.MIXLY_Query_sound = 'Query sound';
En.MIXLY_Query_time = 'Query time';
En.MIXLY_Query_distance = 'Query distance';
En.MIXLY_Query_pressure = 'Query pressure';
En.MIXLY_Query_key = 'Query key';
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_UNIT = 'Unit';
En.MIXLY_HYETAL = 'Rainfall';
En.MIXLY_BUTTON2 = 'Button';
En.MIXLY_PAY = 'Pay';
En.MIXLY_CARSH_CHANGE = 'Change';
En.MIXLY_COUNTDOWN = 'Countdown';
En.MIXLY_TIMING = 'Timing';
En.MIXLY_AT_THE_MOMENT = 'At the moment';
En.MIXLY_SHOW = 'Show';
En.MIXLY_LAMPLIGHT = 'Lamplight';
En.MIXLY_ACCELERATION = 'Acceleration';
En.MIXLY_RMB_UNIT = 'RMB';
En.MIXLY_GEAR = 'Gear';
En.MIXLY_LAYER = 'Layer';
En.MIXLY_GRAM = 'Gram';
En.MIXLY_METER = 'Meter';
En.MIXLY_CENTIMETER = 'Centimeter';
En.MIXLY_MILLIMETER = 'Millimeter';
En.MIXLY_LUMEN = 'Lumen';
En.MIXLY_DECIBEL = 'Decibel';
En.MIXLY_hectopascal = 'Hectopascal';
En.MIXLY_PERCENT = 'Percent';
En.MIXLY_METER_PER_SEC = 'Meter per second';
En.MIXLY_WRONG = 'Wrong';
En.MIXLY_GOOD = 'Good';
En.MIXLY_DECREASE = 'Decrease';
})();