Michael Hansen commited on
Commit
49a0d23
1 Parent(s): 664c651

Add semaine and upmc voices

Browse files
_script/voice_names.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -eo pipefail
3
+
4
+ this_dir="$( cd "$( dirname "$0" )" && pwd )"
5
+ repo_dir="$(realpath "${this_dir}/../")"
6
+
7
+ find "${repo_dir}" -type f -name '*.onnx' -exec basename '{}' '.onnx' \; | sort | uniq
_script/voicefest.py CHANGED
@@ -213,7 +213,7 @@ def write_voices_json() -> None:
213
  # }
214
  voices = {}
215
 
216
- for onnx_path in _REPO_DIR.rglob("*.onnx"):
217
  voice_dir = onnx_path.parent
218
  config_path = voice_dir / f"{onnx_path.name}.json"
219
  with open(config_path, "r", encoding="utf-8") as config_file:
 
213
  # }
214
  voices = {}
215
 
216
+ for onnx_path in sorted(_REPO_DIR.rglob("*.onnx")):
217
  voice_dir = onnx_path.parent
218
  config_path = voice_dir / f"{onnx_path.name}.json"
219
  with open(config_path, "r", encoding="utf-8") as config_file:
en/en_GB/semaine/medium/MODEL_CARD ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model card for semaine (medium)
2
+
3
+ * Language: en_GB (English, Great Britain)
4
+ * Speakers: 4
5
+ * Quality: medium
6
+ * Samplerate: 22,050Hz
7
+
8
+ ## Dataset
9
+
10
+ * URL: https://github.com/marytts/dfki-semaine-data
11
+ * License: http://creativecommons.org/licenses/by-nc-sa/4.0/
12
+
13
+ ## Training
14
+
15
+ Finetuned from U.S. English lessac voice (medium quality).
en/en_GB/semaine/medium/en_GB-semaine-medium.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6dab6f3b92db43ea3f78c7f20dc8eadb47a1f15d8a1c9d451cf3ccd201a2f66
3
+ size 76737711
en/en_GB/semaine/medium/en_GB-semaine-medium.onnx.json ADDED
@@ -0,0 +1,508 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "piper_version": "1.2.0",
3
+ "audio": {
4
+ "sample_rate": 22050,
5
+ "quality": "medium"
6
+ },
7
+ "espeak": {
8
+ "voice": "en-gb-x-rp"
9
+ },
10
+ "inference": {
11
+ "noise_scale": 0.667,
12
+ "length_scale": 1,
13
+ "noise_w": 0.8
14
+ },
15
+ "phoneme_type": "espeak",
16
+ "phoneme_map": {},
17
+ "phoneme_id_map": {
18
+ " ": [
19
+ 3
20
+ ],
21
+ "!": [
22
+ 4
23
+ ],
24
+ "\"": [
25
+ 150
26
+ ],
27
+ "#": [
28
+ 149
29
+ ],
30
+ "$": [
31
+ 2
32
+ ],
33
+ "'": [
34
+ 5
35
+ ],
36
+ "(": [
37
+ 6
38
+ ],
39
+ ")": [
40
+ 7
41
+ ],
42
+ ",": [
43
+ 8
44
+ ],
45
+ "-": [
46
+ 9
47
+ ],
48
+ ".": [
49
+ 10
50
+ ],
51
+ "0": [
52
+ 130
53
+ ],
54
+ "1": [
55
+ 131
56
+ ],
57
+ "2": [
58
+ 132
59
+ ],
60
+ "3": [
61
+ 133
62
+ ],
63
+ "4": [
64
+ 134
65
+ ],
66
+ "5": [
67
+ 135
68
+ ],
69
+ "6": [
70
+ 136
71
+ ],
72
+ "7": [
73
+ 137
74
+ ],
75
+ "8": [
76
+ 138
77
+ ],
78
+ "9": [
79
+ 139
80
+ ],
81
+ ":": [
82
+ 11
83
+ ],
84
+ ";": [
85
+ 12
86
+ ],
87
+ "?": [
88
+ 13
89
+ ],
90
+ "X": [
91
+ 156
92
+ ],
93
+ "^": [
94
+ 1
95
+ ],
96
+ "_": [
97
+ 0
98
+ ],
99
+ "a": [
100
+ 14
101
+ ],
102
+ "b": [
103
+ 15
104
+ ],
105
+ "c": [
106
+ 16
107
+ ],
108
+ "d": [
109
+ 17
110
+ ],
111
+ "e": [
112
+ 18
113
+ ],
114
+ "f": [
115
+ 19
116
+ ],
117
+ "g": [
118
+ 154
119
+ ],
120
+ "h": [
121
+ 20
122
+ ],
123
+ "i": [
124
+ 21
125
+ ],
126
+ "j": [
127
+ 22
128
+ ],
129
+ "k": [
130
+ 23
131
+ ],
132
+ "l": [
133
+ 24
134
+ ],
135
+ "m": [
136
+ 25
137
+ ],
138
+ "n": [
139
+ 26
140
+ ],
141
+ "o": [
142
+ 27
143
+ ],
144
+ "p": [
145
+ 28
146
+ ],
147
+ "q": [
148
+ 29
149
+ ],
150
+ "r": [
151
+ 30
152
+ ],
153
+ "s": [
154
+ 31
155
+ ],
156
+ "t": [
157
+ 32
158
+ ],
159
+ "u": [
160
+ 33
161
+ ],
162
+ "v": [
163
+ 34
164
+ ],
165
+ "w": [
166
+ 35
167
+ ],
168
+ "x": [
169
+ 36
170
+ ],
171
+ "y": [
172
+ 37
173
+ ],
174
+ "z": [
175
+ 38
176
+ ],
177
+ "æ": [
178
+ 39
179
+ ],
180
+ "ç": [
181
+ 40
182
+ ],
183
+ "ð": [
184
+ 41
185
+ ],
186
+ "ø": [
187
+ 42
188
+ ],
189
+ "ħ": [
190
+ 43
191
+ ],
192
+ "ŋ": [
193
+ 44
194
+ ],
195
+ "œ": [
196
+ 45
197
+ ],
198
+ "ǀ": [
199
+ 46
200
+ ],
201
+ "ǁ": [
202
+ 47
203
+ ],
204
+ "ǂ": [
205
+ 48
206
+ ],
207
+ "ǃ": [
208
+ 49
209
+ ],
210
+ "ɐ": [
211
+ 50
212
+ ],
213
+ "ɑ": [
214
+ 51
215
+ ],
216
+ "ɒ": [
217
+ 52
218
+ ],
219
+ "ɓ": [
220
+ 53
221
+ ],
222
+ "ɔ": [
223
+ 54
224
+ ],
225
+ "ɕ": [
226
+ 55
227
+ ],
228
+ "ɖ": [
229
+ 56
230
+ ],
231
+ "ɗ": [
232
+ 57
233
+ ],
234
+ "ɘ": [
235
+ 58
236
+ ],
237
+ "ə": [
238
+ 59
239
+ ],
240
+ "ɚ": [
241
+ 60
242
+ ],
243
+ "ɛ": [
244
+ 61
245
+ ],
246
+ "ɜ": [
247
+ 62
248
+ ],
249
+ "ɞ": [
250
+ 63
251
+ ],
252
+ "ɟ": [
253
+ 64
254
+ ],
255
+ "ɠ": [
256
+ 65
257
+ ],
258
+ "ɡ": [
259
+ 66
260
+ ],
261
+ "ɢ": [
262
+ 67
263
+ ],
264
+ "ɣ": [
265
+ 68
266
+ ],
267
+ "ɤ": [
268
+ 69
269
+ ],
270
+ "ɥ": [
271
+ 70
272
+ ],
273
+ "ɦ": [
274
+ 71
275
+ ],
276
+ "ɧ": [
277
+ 72
278
+ ],
279
+ "ɨ": [
280
+ 73
281
+ ],
282
+ "ɪ": [
283
+ 74
284
+ ],
285
+ "ɫ": [
286
+ 75
287
+ ],
288
+ "ɬ": [
289
+ 76
290
+ ],
291
+ "ɭ": [
292
+ 77
293
+ ],
294
+ "ɮ": [
295
+ 78
296
+ ],
297
+ "ɯ": [
298
+ 79
299
+ ],
300
+ "ɰ": [
301
+ 80
302
+ ],
303
+ "ɱ": [
304
+ 81
305
+ ],
306
+ "ɲ": [
307
+ 82
308
+ ],
309
+ "ɳ": [
310
+ 83
311
+ ],
312
+ "ɴ": [
313
+ 84
314
+ ],
315
+ "ɵ": [
316
+ 85
317
+ ],
318
+ "ɶ": [
319
+ 86
320
+ ],
321
+ "ɸ": [
322
+ 87
323
+ ],
324
+ "ɹ": [
325
+ 88
326
+ ],
327
+ "ɺ": [
328
+ 89
329
+ ],
330
+ "ɻ": [
331
+ 90
332
+ ],
333
+ "ɽ": [
334
+ 91
335
+ ],
336
+ "ɾ": [
337
+ 92
338
+ ],
339
+ "ʀ": [
340
+ 93
341
+ ],
342
+ "ʁ": [
343
+ 94
344
+ ],
345
+ "ʂ": [
346
+ 95
347
+ ],
348
+ "ʃ": [
349
+ 96
350
+ ],
351
+ "ʄ": [
352
+ 97
353
+ ],
354
+ "ʈ": [
355
+ 98
356
+ ],
357
+ "ʉ": [
358
+ 99
359
+ ],
360
+ "ʊ": [
361
+ 100
362
+ ],
363
+ "ʋ": [
364
+ 101
365
+ ],
366
+ "ʌ": [
367
+ 102
368
+ ],
369
+ "ʍ": [
370
+ 103
371
+ ],
372
+ "ʎ": [
373
+ 104
374
+ ],
375
+ "ʏ": [
376
+ 105
377
+ ],
378
+ "ʐ": [
379
+ 106
380
+ ],
381
+ "ʑ": [
382
+ 107
383
+ ],
384
+ "ʒ": [
385
+ 108
386
+ ],
387
+ "ʔ": [
388
+ 109
389
+ ],
390
+ "ʕ": [
391
+ 110
392
+ ],
393
+ "ʘ": [
394
+ 111
395
+ ],
396
+ "ʙ": [
397
+ 112
398
+ ],
399
+ "ʛ": [
400
+ 113
401
+ ],
402
+ "ʜ": [
403
+ 114
404
+ ],
405
+ "ʝ": [
406
+ 115
407
+ ],
408
+ "ʟ": [
409
+ 116
410
+ ],
411
+ "ʡ": [
412
+ 117
413
+ ],
414
+ "ʢ": [
415
+ 118
416
+ ],
417
+ "ʦ": [
418
+ 155
419
+ ],
420
+ "ʰ": [
421
+ 145
422
+ ],
423
+ "ʲ": [
424
+ 119
425
+ ],
426
+ "ˈ": [
427
+ 120
428
+ ],
429
+ "ˌ": [
430
+ 121
431
+ ],
432
+ "ː": [
433
+ 122
434
+ ],
435
+ "ˑ": [
436
+ 123
437
+ ],
438
+ "˞": [
439
+ 124
440
+ ],
441
+ "ˤ": [
442
+ 146
443
+ ],
444
+ "̃": [
445
+ 141
446
+ ],
447
+ "̧": [
448
+ 140
449
+ ],
450
+ "̩": [
451
+ 144
452
+ ],
453
+ "̪": [
454
+ 142
455
+ ],
456
+ "̯": [
457
+ 143
458
+ ],
459
+ "̺": [
460
+ 152
461
+ ],
462
+ "̻": [
463
+ 153
464
+ ],
465
+ "β": [
466
+ 125
467
+ ],
468
+ "ε": [
469
+ 147
470
+ ],
471
+ "θ": [
472
+ 126
473
+ ],
474
+ "χ": [
475
+ 127
476
+ ],
477
+ "ᵻ": [
478
+ 128
479
+ ],
480
+ "↑": [
481
+ 151
482
+ ],
483
+ "↓": [
484
+ 148
485
+ ],
486
+ "ⱱ": [
487
+ 129
488
+ ]
489
+ },
490
+ "num_symbols": 256,
491
+ "num_speakers": 4,
492
+ "speaker_id_map": {
493
+ "prudence": 0,
494
+ "spike": 1,
495
+ "obadiah": 2,
496
+ "poppy": 3
497
+ },
498
+ "piper_version": "1.0.0",
499
+ "language": {
500
+ "code": "en_GB",
501
+ "family": "en",
502
+ "region": "GB",
503
+ "name_native": "English",
504
+ "name_english": "English",
505
+ "country_english": "Great Britain"
506
+ },
507
+ "dataset": "semaine"
508
+ }
en/en_GB/semaine/medium/samples/speaker_0.mp3 ADDED
Binary file (83.6 kB). View file
 
en/en_GB/semaine/medium/samples/speaker_1.mp3 ADDED
Binary file (80.1 kB). View file
 
en/en_GB/semaine/medium/samples/speaker_2.mp3 ADDED
Binary file (90.1 kB). View file
 
en/en_GB/semaine/medium/samples/speaker_3.mp3 ADDED
Binary file (84.1 kB). View file
 
fr/fr_FR/upmc/medium/MODEL_CARD ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model card for upmc (medium)
2
+
3
+ * Language: fr_FR (French, France)
4
+ * Speakers: 2
5
+ * Quality: medium
6
+ * Samplerate: 22,050Hz
7
+
8
+ ## Dataset
9
+
10
+ * URL: https://github.com/marytts/upmc-pierre-data
11
+ * License: http://creativecommons.org/licenses/by-sa/4.0/
12
+
13
+ ## Training
14
+
15
+ Finetuned from U.S. English lessac voice (medium quality)
fr/fr_FR/upmc/medium/fr_FR-upmc-medium.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abb3800c199148897a9ed64e100d224f3de83579f100044174ad19418f1786f
3
+ size 76733615
fr/fr_FR/upmc/medium/fr_FR-upmc-medium.onnx.json ADDED
@@ -0,0 +1,505 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audio": {
3
+ "sample_rate": 22050,
4
+ "quality": "medium"
5
+ },
6
+ "espeak": {
7
+ "voice": "fr"
8
+ },
9
+ "inference": {
10
+ "noise_scale": 0.667,
11
+ "length_scale": 1,
12
+ "noise_w": 0.8
13
+ },
14
+ "phoneme_type": "espeak",
15
+ "phoneme_map": {},
16
+ "phoneme_id_map": {
17
+ " ": [
18
+ 3
19
+ ],
20
+ "!": [
21
+ 4
22
+ ],
23
+ "\"": [
24
+ 150
25
+ ],
26
+ "#": [
27
+ 149
28
+ ],
29
+ "$": [
30
+ 2
31
+ ],
32
+ "'": [
33
+ 5
34
+ ],
35
+ "(": [
36
+ 6
37
+ ],
38
+ ")": [
39
+ 7
40
+ ],
41
+ ",": [
42
+ 8
43
+ ],
44
+ "-": [
45
+ 9
46
+ ],
47
+ ".": [
48
+ 10
49
+ ],
50
+ "0": [
51
+ 130
52
+ ],
53
+ "1": [
54
+ 131
55
+ ],
56
+ "2": [
57
+ 132
58
+ ],
59
+ "3": [
60
+ 133
61
+ ],
62
+ "4": [
63
+ 134
64
+ ],
65
+ "5": [
66
+ 135
67
+ ],
68
+ "6": [
69
+ 136
70
+ ],
71
+ "7": [
72
+ 137
73
+ ],
74
+ "8": [
75
+ 138
76
+ ],
77
+ "9": [
78
+ 139
79
+ ],
80
+ ":": [
81
+ 11
82
+ ],
83
+ ";": [
84
+ 12
85
+ ],
86
+ "?": [
87
+ 13
88
+ ],
89
+ "X": [
90
+ 156
91
+ ],
92
+ "^": [
93
+ 1
94
+ ],
95
+ "_": [
96
+ 0
97
+ ],
98
+ "a": [
99
+ 14
100
+ ],
101
+ "b": [
102
+ 15
103
+ ],
104
+ "c": [
105
+ 16
106
+ ],
107
+ "d": [
108
+ 17
109
+ ],
110
+ "e": [
111
+ 18
112
+ ],
113
+ "f": [
114
+ 19
115
+ ],
116
+ "g": [
117
+ 154
118
+ ],
119
+ "h": [
120
+ 20
121
+ ],
122
+ "i": [
123
+ 21
124
+ ],
125
+ "j": [
126
+ 22
127
+ ],
128
+ "k": [
129
+ 23
130
+ ],
131
+ "l": [
132
+ 24
133
+ ],
134
+ "m": [
135
+ 25
136
+ ],
137
+ "n": [
138
+ 26
139
+ ],
140
+ "o": [
141
+ 27
142
+ ],
143
+ "p": [
144
+ 28
145
+ ],
146
+ "q": [
147
+ 29
148
+ ],
149
+ "r": [
150
+ 30
151
+ ],
152
+ "s": [
153
+ 31
154
+ ],
155
+ "t": [
156
+ 32
157
+ ],
158
+ "u": [
159
+ 33
160
+ ],
161
+ "v": [
162
+ 34
163
+ ],
164
+ "w": [
165
+ 35
166
+ ],
167
+ "x": [
168
+ 36
169
+ ],
170
+ "y": [
171
+ 37
172
+ ],
173
+ "z": [
174
+ 38
175
+ ],
176
+ "æ": [
177
+ 39
178
+ ],
179
+ "ç": [
180
+ 40
181
+ ],
182
+ "ð": [
183
+ 41
184
+ ],
185
+ "ø": [
186
+ 42
187
+ ],
188
+ "ħ": [
189
+ 43
190
+ ],
191
+ "ŋ": [
192
+ 44
193
+ ],
194
+ "œ": [
195
+ 45
196
+ ],
197
+ "ǀ": [
198
+ 46
199
+ ],
200
+ "ǁ": [
201
+ 47
202
+ ],
203
+ "ǂ": [
204
+ 48
205
+ ],
206
+ "ǃ": [
207
+ 49
208
+ ],
209
+ "ɐ": [
210
+ 50
211
+ ],
212
+ "ɑ": [
213
+ 51
214
+ ],
215
+ "ɒ": [
216
+ 52
217
+ ],
218
+ "ɓ": [
219
+ 53
220
+ ],
221
+ "ɔ": [
222
+ 54
223
+ ],
224
+ "ɕ": [
225
+ 55
226
+ ],
227
+ "ɖ": [
228
+ 56
229
+ ],
230
+ "ɗ": [
231
+ 57
232
+ ],
233
+ "ɘ": [
234
+ 58
235
+ ],
236
+ "ə": [
237
+ 59
238
+ ],
239
+ "ɚ": [
240
+ 60
241
+ ],
242
+ "ɛ": [
243
+ 61
244
+ ],
245
+ "ɜ": [
246
+ 62
247
+ ],
248
+ "ɞ": [
249
+ 63
250
+ ],
251
+ "ɟ": [
252
+ 64
253
+ ],
254
+ "ɠ": [
255
+ 65
256
+ ],
257
+ "ɡ": [
258
+ 66
259
+ ],
260
+ "ɢ": [
261
+ 67
262
+ ],
263
+ "ɣ": [
264
+ 68
265
+ ],
266
+ "ɤ": [
267
+ 69
268
+ ],
269
+ "ɥ": [
270
+ 70
271
+ ],
272
+ "ɦ": [
273
+ 71
274
+ ],
275
+ "ɧ": [
276
+ 72
277
+ ],
278
+ "ɨ": [
279
+ 73
280
+ ],
281
+ "ɪ": [
282
+ 74
283
+ ],
284
+ "ɫ": [
285
+ 75
286
+ ],
287
+ "ɬ": [
288
+ 76
289
+ ],
290
+ "ɭ": [
291
+ 77
292
+ ],
293
+ "ɮ": [
294
+ 78
295
+ ],
296
+ "ɯ": [
297
+ 79
298
+ ],
299
+ "ɰ": [
300
+ 80
301
+ ],
302
+ "ɱ": [
303
+ 81
304
+ ],
305
+ "ɲ": [
306
+ 82
307
+ ],
308
+ "ɳ": [
309
+ 83
310
+ ],
311
+ "ɴ": [
312
+ 84
313
+ ],
314
+ "ɵ": [
315
+ 85
316
+ ],
317
+ "ɶ": [
318
+ 86
319
+ ],
320
+ "ɸ": [
321
+ 87
322
+ ],
323
+ "ɹ": [
324
+ 88
325
+ ],
326
+ "ɺ": [
327
+ 89
328
+ ],
329
+ "ɻ": [
330
+ 90
331
+ ],
332
+ "ɽ": [
333
+ 91
334
+ ],
335
+ "ɾ": [
336
+ 92
337
+ ],
338
+ "ʀ": [
339
+ 93
340
+ ],
341
+ "ʁ": [
342
+ 94
343
+ ],
344
+ "ʂ": [
345
+ 95
346
+ ],
347
+ "ʃ": [
348
+ 96
349
+ ],
350
+ "ʄ": [
351
+ 97
352
+ ],
353
+ "ʈ": [
354
+ 98
355
+ ],
356
+ "ʉ": [
357
+ 99
358
+ ],
359
+ "ʊ": [
360
+ 100
361
+ ],
362
+ "ʋ": [
363
+ 101
364
+ ],
365
+ "ʌ": [
366
+ 102
367
+ ],
368
+ "ʍ": [
369
+ 103
370
+ ],
371
+ "ʎ": [
372
+ 104
373
+ ],
374
+ "ʏ": [
375
+ 105
376
+ ],
377
+ "ʐ": [
378
+ 106
379
+ ],
380
+ "ʑ": [
381
+ 107
382
+ ],
383
+ "ʒ": [
384
+ 108
385
+ ],
386
+ "ʔ": [
387
+ 109
388
+ ],
389
+ "ʕ": [
390
+ 110
391
+ ],
392
+ "ʘ": [
393
+ 111
394
+ ],
395
+ "ʙ": [
396
+ 112
397
+ ],
398
+ "ʛ": [
399
+ 113
400
+ ],
401
+ "ʜ": [
402
+ 114
403
+ ],
404
+ "ʝ": [
405
+ 115
406
+ ],
407
+ "ʟ": [
408
+ 116
409
+ ],
410
+ "ʡ": [
411
+ 117
412
+ ],
413
+ "ʢ": [
414
+ 118
415
+ ],
416
+ "ʦ": [
417
+ 155
418
+ ],
419
+ "ʰ": [
420
+ 145
421
+ ],
422
+ "ʲ": [
423
+ 119
424
+ ],
425
+ "ˈ": [
426
+ 120
427
+ ],
428
+ "ˌ": [
429
+ 121
430
+ ],
431
+ "ː": [
432
+ 122
433
+ ],
434
+ "ˑ": [
435
+ 123
436
+ ],
437
+ "˞": [
438
+ 124
439
+ ],
440
+ "ˤ": [
441
+ 146
442
+ ],
443
+ "̃": [
444
+ 141
445
+ ],
446
+ "̧": [
447
+ 140
448
+ ],
449
+ "̩": [
450
+ 144
451
+ ],
452
+ "̪": [
453
+ 142
454
+ ],
455
+ "̯": [
456
+ 143
457
+ ],
458
+ "̺": [
459
+ 152
460
+ ],
461
+ "̻": [
462
+ 153
463
+ ],
464
+ "β": [
465
+ 125
466
+ ],
467
+ "ε": [
468
+ 147
469
+ ],
470
+ "θ": [
471
+ 126
472
+ ],
473
+ "χ": [
474
+ 127
475
+ ],
476
+ "ᵻ": [
477
+ 128
478
+ ],
479
+ "↑": [
480
+ 151
481
+ ],
482
+ "↓": [
483
+ 148
484
+ ],
485
+ "ⱱ": [
486
+ 129
487
+ ]
488
+ },
489
+ "num_symbols": 256,
490
+ "num_speakers": 2,
491
+ "speaker_id_map": {
492
+ "jessica": 0,
493
+ "pierre": 1
494
+ },
495
+ "piper_version": "1.0.0",
496
+ "language": {
497
+ "code": "fr_FR",
498
+ "family": "fr",
499
+ "region": "FR",
500
+ "name_native": "Français",
501
+ "name_english": "French",
502
+ "country_english": "France"
503
+ },
504
+ "dataset": "upmc"
505
+ }
fr/fr_FR/upmc/medium/samples/speaker_0.mp3 ADDED
Binary file (73.4 kB). View file
 
fr/fr_FR/upmc/medium/samples/speaker_1.mp3 ADDED
Binary file (69.5 kB). View file
 
voices.json CHANGED
The diff for this file is too large to render. See raw diff