sant 加语音合成

This commit is contained in:
whm1216
2025-12-04 21:24:43 +08:00
parent f9536ed279
commit 0c56f02226
6 changed files with 49 additions and 1 deletions

View File

@@ -1076,6 +1076,7 @@ En.MIXLY_MATRIX_NAME = 'Matrix Name';
En.MIXLY_MAX7219_INIT_NUM = 'Num';
En.MIXLY_MAX7219_PUTSTR = 'Show';
En.MIXLY_SPEED = 'Speed';
En.MIXLY_TEXT = 'Text';
En.MIXLY_BRIGHTNESS = 'Brightness';
En.MIXLY_MAX7219_BRIGHTNESS_TOOLTIP = ''
En.MIXLY_MAX7219_LEDARRAY = 'LED Array';
@@ -2534,6 +2535,7 @@ En.MIXLY_AipSpeech_synthesis = 'speech synthesis';
En.MIXLY_AIP_ATTR = 'Attribute';
En.MIXLY_AIP_FUNC = 'Function';
En.MIXLY_AipSpeech_synthesis_TOOLTIP = 'synthesizes a paragraph of text into speech. The attribute is a dictionary that defaults to empty, including SPD (Speed, 0-9, 5), pit (Tone, 0-9, 5), Vol (Vol, 0-15, 5), per (Pronouncer, 0 is female, 1 is male)';
En.MIXLY_AipSpeech_synthesis_SANT_TOOLTIP = 'Synthesizes text into speech. text is the content to be synthesized';
En.MIXLY_AipImageClassify_advancedGeneral = 'Universal Object';
En.MIXLY_AipImageClassify_dishDetect = 'Vegetable Recognition';
En.MIXLY_AipImageClassify_carDetect = 'Vehicle Recognition';