Spaces:
Sleeping
Sleeping
Update data/voice_presets/metadata.json
Browse files- data/voice_presets/metadata.json +169 -32
data/voice_presets/metadata.json
CHANGED
@@ -1,47 +1,184 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"id": "
|
4 |
-
"desc": "
|
5 |
-
"npz_path": "v2/en_speaker_9"
|
6 |
-
},
|
7 |
-
"Female2": {
|
8 |
-
"id": "Female2",
|
9 |
-
"desc": "a normal female adult voice, American accent",
|
10 |
-
"npz_path": "v2/de_speaker_3"
|
11 |
-
},
|
12 |
-
"Male1": {
|
13 |
-
"id": "Male1",
|
14 |
-
"desc": "a normal male adult voice, British accent",
|
15 |
"npz_path": "v2/en_speaker_1"
|
16 |
},
|
17 |
-
"
|
18 |
-
"id": "
|
19 |
-
"desc": "
|
20 |
"npz_path": "v2/en_speaker_6"
|
21 |
},
|
22 |
-
"
|
23 |
-
"id": "
|
24 |
-
"desc": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"npz_path": "data/voice_presets/npz/news_male_speaker.npz"
|
26 |
},
|
27 |
-
"
|
28 |
-
"id": "
|
29 |
-
"desc": "
|
30 |
"npz_path": "data/voice_presets/npz/news_male_speaker.npz"
|
31 |
},
|
32 |
-
"
|
33 |
-
"id": "
|
34 |
-
"desc": "
|
35 |
"npz_path": "data/voice_presets/npz/news_female_speaker_outside.npz"
|
36 |
},
|
37 |
-
"
|
38 |
-
"id": "
|
39 |
-
"desc": "
|
40 |
"npz_path": "data/voice_presets/npz/child_boy.npz"
|
41 |
},
|
42 |
-
"
|
43 |
-
"id": "
|
44 |
-
"desc": "
|
45 |
"npz_path": "data/voice_presets/npz/elder_morgen.npz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
}
|
47 |
-
}
|
|
|
|
|
|
1 |
{
|
2 |
+
"Male1_En": {
|
3 |
+
"id": "Male1_En",
|
4 |
+
"desc": "A normal male adult voice, British accent; Language: English.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"npz_path": "v2/en_speaker_1"
|
6 |
},
|
7 |
+
"Male2_En": {
|
8 |
+
"id": "Male2_En",
|
9 |
+
"desc": "A normal male adult voice, American accent; Language: English.",
|
10 |
"npz_path": "v2/en_speaker_6"
|
11 |
},
|
12 |
+
"Female1_En": {
|
13 |
+
"id": "Female1_En",
|
14 |
+
"desc": "A normal female adult voice, British accent; Language: English.",
|
15 |
+
"npz_path": "v2/en_speaker_9"
|
16 |
+
},
|
17 |
+
"Female2_En": {
|
18 |
+
"id": "Female2_En",
|
19 |
+
"desc": "A normal female adult voice, American accent; Language: English.",
|
20 |
+
"npz_path": "v2/de_speaker_3"
|
21 |
+
},
|
22 |
+
"News_Male_En": {
|
23 |
+
"id": "News_Male_En",
|
24 |
+
"desc": "A male voice of a news anchor, suitable for news scenarios; Language: English.",
|
25 |
"npz_path": "data/voice_presets/npz/news_male_speaker.npz"
|
26 |
},
|
27 |
+
"News_Female_En": {
|
28 |
+
"id": "News_Female_En",
|
29 |
+
"desc": "A female voice of a news anchor, suitable for news scenarios; Language: English.",
|
30 |
"npz_path": "data/voice_presets/npz/news_male_speaker.npz"
|
31 |
},
|
32 |
+
"News_Female_Out_En": {
|
33 |
+
"id": "News_Female_Out_En",
|
34 |
+
"desc": "A female voice of a off-site news reporter, suitable for news scenario; Language: English.",
|
35 |
"npz_path": "data/voice_presets/npz/news_female_speaker_outside.npz"
|
36 |
},
|
37 |
+
"Child_En": {
|
38 |
+
"id": "Child_En",
|
39 |
+
"desc": "A small young boy voice; Language: English.",
|
40 |
"npz_path": "data/voice_presets/npz/child_boy.npz"
|
41 |
},
|
42 |
+
"Old_Man_En": {
|
43 |
+
"id": "Old_Man_En",
|
44 |
+
"desc": "A voice of an old man; Language: English.",
|
45 |
"npz_path": "data/voice_presets/npz/elder_morgen.npz"
|
46 |
+
},
|
47 |
+
"Male1_Zh": {
|
48 |
+
"id": "Male1_Zh",
|
49 |
+
"desc": "A normal male adult voice; Language: Chinese.",
|
50 |
+
"npz_path": "v2/zh_speaker_0"
|
51 |
+
},
|
52 |
+
"Male2_Zh": {
|
53 |
+
"id": "Male2_Zh",
|
54 |
+
"desc": "A normal male adult voice; Language: Chinese.",
|
55 |
+
"npz_path": "v2/zh_speaker_1"
|
56 |
+
},
|
57 |
+
"Female1_Zh": {
|
58 |
+
"id": "Female1_Zh",
|
59 |
+
"desc": "A normal female adult voice; Language: Chinese.",
|
60 |
+
"npz_path": "v2/zh_speaker_9"
|
61 |
+
},
|
62 |
+
"Female2_Zh": {
|
63 |
+
"id": "Female2_Zh",
|
64 |
+
"desc": "A normal female adult voice; Language: Chinese.",
|
65 |
+
"npz_path": "v2/zh_speaker_4"
|
66 |
+
},
|
67 |
+
"Male1_Fr": {
|
68 |
+
"id": "Male1_Fr",
|
69 |
+
"desc": "A normal male adult voice; Language: French.",
|
70 |
+
"npz_path": "v2/fr_speaker_0"
|
71 |
+
},
|
72 |
+
"Male2_Fr": {
|
73 |
+
"id": "Male2_Fr",
|
74 |
+
"desc": "A normal male adult voice; Language: French.",
|
75 |
+
"npz_path": "v2/fr_speaker_8"
|
76 |
+
},
|
77 |
+
"Female1_Fr": {
|
78 |
+
"id": "Female1_Fr",
|
79 |
+
"desc": "A normal female adult voice; Language: French.",
|
80 |
+
"npz_path": "v2/fr_speaker_5"
|
81 |
+
},
|
82 |
+
"Female2_Fr": {
|
83 |
+
"id": "Female2_Fr",
|
84 |
+
"desc": "A normal female adult voice; Language: French.",
|
85 |
+
"npz_path": "v2/fr_speaker_1"
|
86 |
+
},
|
87 |
+
"Male1_De": {
|
88 |
+
"id": "Male1_De",
|
89 |
+
"desc": "A normal male adult voice; Language: German.",
|
90 |
+
"npz_path": "v2/de_speaker_0"
|
91 |
+
},
|
92 |
+
"Male2_De": {
|
93 |
+
"id": "Male2_De",
|
94 |
+
"desc": "A normal male adult voice; Language: German.",
|
95 |
+
"npz_path": "v2/de_speaker_1"
|
96 |
+
},
|
97 |
+
"Female1_De": {
|
98 |
+
"id": "Female1_De",
|
99 |
+
"desc": "A normal female adult voice; Language: German.",
|
100 |
+
"npz_path": "v2/de_speaker_3"
|
101 |
+
},
|
102 |
+
"Female2_De": {
|
103 |
+
"id": "Female2_De",
|
104 |
+
"desc": "A normal female adult voice; Language: German.",
|
105 |
+
"npz_path": "v2/de_speaker_8"
|
106 |
+
},
|
107 |
+
"Male1_Hi": {
|
108 |
+
"id": "Male1_Hi",
|
109 |
+
"desc": "A normal male adult voice; Language: Hindi.",
|
110 |
+
"npz_path": "v2/hi_speaker_5"
|
111 |
+
},
|
112 |
+
"Male2_Hi": {
|
113 |
+
"id": "Male2_Hi",
|
114 |
+
"desc": "A normal male adult voice; Language: Hindi.",
|
115 |
+
"npz_path": "v2/hi_speaker_8"
|
116 |
+
},
|
117 |
+
"Female1_Hi": {
|
118 |
+
"id": "Female1_Hi",
|
119 |
+
"desc": "A normal female adult voice; Language: Hindi.",
|
120 |
+
"npz_path": "v2/hi_speaker_0"
|
121 |
+
},
|
122 |
+
"Female2_Hi": {
|
123 |
+
"id": "Female2_Hi",
|
124 |
+
"desc": "A normal female adult voice; Language: Hindi.",
|
125 |
+
"npz_path": "v2/hi_speaker_3"
|
126 |
+
},
|
127 |
+
"Male1_It": {
|
128 |
+
"id": "Male1_It",
|
129 |
+
"desc": "A normal male adult voice; Language: Italian.",
|
130 |
+
"npz_path": "v2/it_speaker_4"
|
131 |
+
},
|
132 |
+
"Male2_It": {
|
133 |
+
"id": "Male2_It",
|
134 |
+
"desc": "A normal male adult voice; Language: Italian.",
|
135 |
+
"npz_path": "v2/it_speaker_5"
|
136 |
+
},
|
137 |
+
"Female1_It": {
|
138 |
+
"id": "Female1_It",
|
139 |
+
"desc": "A normal female adult voice; Language: Italian.",
|
140 |
+
"npz_path": "v2/it_speaker_7"
|
141 |
+
},
|
142 |
+
"Female2_It": {
|
143 |
+
"id": "Female2_It",
|
144 |
+
"desc": "A normal female adult voice; Language: Italian.",
|
145 |
+
"npz_path": "v2/it_speaker_9"
|
146 |
+
},
|
147 |
+
"Male1_Ja": {
|
148 |
+
"id": "Male1_Ja",
|
149 |
+
"desc": "A normal male adult voice; Language: Japanese.",
|
150 |
+
"npz_path": "v2/ja_speaker_2"
|
151 |
+
},
|
152 |
+
"Male2_Ja": {
|
153 |
+
"id": "Male2_Ja",
|
154 |
+
"desc": "A normal male adult voice; Language: Japanese.",
|
155 |
+
"npz_path": "v2/ja_speaker_6"
|
156 |
+
},
|
157 |
+
"Female1_Ja": {
|
158 |
+
"id": "Female1_Ja",
|
159 |
+
"desc": "A normal female adult voice; Language: Japanese.",
|
160 |
+
"npz_path": "v2/ja_speaker_4"
|
161 |
+
},
|
162 |
+
"Female2_Ja": {
|
163 |
+
"id": "Female2_Ja",
|
164 |
+
"desc": "A normal female adult voice; Language: Japanese.",
|
165 |
+
"npz_path": "v2/ja_speaker_5"
|
166 |
+
},
|
167 |
+
"Male1_Ko": {
|
168 |
+
"id": "Male1_Ko",
|
169 |
+
"desc": "A normal male adult voice; Language: Korean.",
|
170 |
+
"npz_path": "v2/ko_speaker_1"
|
171 |
+
},
|
172 |
+
"Male2_Ko": {
|
173 |
+
"id": "Male2_Ko",
|
174 |
+
"desc": "A normal male adult voice; Language: Korean.",
|
175 |
+
"npz_path": "v2/ko_speaker_2"
|
176 |
+
},
|
177 |
+
"Female1_Ko": {
|
178 |
+
"id": "Female1_Ko",
|
179 |
+
"desc": "A normal female adult voice; Language: Korean.",
|
180 |
+
"npz_path": "v2/ko_speaker_0"
|
181 |
}
|
182 |
+
}
|
183 |
+
|
184 |
+
|