This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
generated from pot-app/pot-app-tts-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
info.json
125 lines (125 loc) · 3.32 KB
/
info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"id": "[plugin].com.TechDecryptor.microsoft",
"plugin_type": "tts",
"icon": "icon.svg",
"display": "Microsoft",
"homepage": "https://github.com/TechDecryptor/pot-app-translate-plugin-microsoft",
"needs": [
{
"key": "zh-CN-speaker",
"display": "zh-CN Speaker",
"type": "select",
"options": {
"XiaoxiaoNeural": "晓晓",
"YunyangNeural": "云扬",
"XiaochenNeural": "晓辰",
"XiaohanNeural": "晓涵",
"XiaomengNeural": "晓梦",
"XiaomoNeural": "晓墨",
"XiaoqiuNeural": "晓秋",
"XiaoruiNeural": "晓睿",
"XiaoshuangNeural": "晓双",
"XiaoxuanNeural": "晓萱",
"XiaoyanNeural": "晓颜",
"XiaoyiNeural": "晓伊",
"XiaoyouNeural": "晓悠",
"XiaozhenNeural": "晓甄",
"YunfengNeural": "云枫",
"YunhaoNeural": "云皓",
"YunjianNeural": "云健",
"YunxiaNeural": "云夏",
"YunxiNeural": "云希",
"YunyeNeural": "云野",
"YunzeNeural": "云泽"
}
},
{
"key": "zh-TW-speaker",
"display": "zh-TW Speaker",
"type": "select",
"options": {
"HsiaoChenNeural": "曉臻",
"HsiaoYuNeural": "曉雨",
"YunJheNeural": "雲哲"
}
},
{
"key": "en-US-speaker",
"display": "en-US Speaker",
"type": "select",
"options": {
"JennyNeural": "Jenny",
"JennyMultilingualNeural": "Jenny Multilingual",
"GuyNeural": "Guy",
"AmberNeural": "Amber",
"AnaNeural": "Ana",
"AriaNeural": "Aria",
"AshleyNeural": "Ashley",
"BrandonNeural": "Brandon",
"ChristopherNeural": "Christopher",
"BrandonNeural": "Cora",
"DavisNeural": "Davis",
"ElizabethNeural": "Elizabeth",
"EricNeural": "Eric",
"JacobNeural": "Jacob",
"JaneNeural": "Jane",
"JasonNeural": "Jason",
"MichelleNeural": "Michelle",
"MonicaNeural": "Monica",
"NancyNeural": "Nancy",
"SaraNeural": "Sara",
"SteffanNeural": "Steffan",
"TonyNeural": "Tony",
"RogerNeural": "Roger",
"AIGenerate1Neural": "AIGenerate1",
"AIGenerate2Neural": "AIGenerate2"
}
},
{
"key": "ja-JP-speaker",
"display": "ja-JP Speaker",
"type": "select",
"options": {
"NanamiNeural": "七海",
"KeitaNeural": "圭太",
"AoiNeural": "碧衣",
"DaichiNeural": "大智",
"MayuNeural": "真夕",
"NaokiNeural": "直紀",
"ShioriNeural": "志織"
}
},
{
"key": "ko-KR-speaker",
"display": "ko-KR Speaker",
"type": "select",
"options": {
"SunHiNeural": "선히",
"InJoonNeural": "인준",
"BongJinNeural": "봉진",
"GookMinNeural": "국민",
"JiMinNeural": "지민",
"SeoHyeonNeural": "서현",
"SoonBokNeural": "순복",
"YuJinNeural": "유진"
}
},
{
"key": "tr-TR-speaker",
"display": "tr-TR Speaker",
"type": "select",
"options": {
"AhmetNeural": "Ahmet",
"EmelNeural": "Emel"
}
}
],
"language": {
"zh_cn": "zh-CN",
"zh_tw": "zh-TW",
"en": "en-US",
"ja": "ja-JP",
"ko": "ko-KR",
"tr": "tr-TR"
}
}