Spaces:
Runtime error
Runtime error
Upload samples/README.md with huggingface_hub
Browse files- samples/README.md +22 -0
samples/README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The audio files in this folder are provided for toolbox testing and
|
2 |
+
benchmarking purposes. These are the same reference utterances
|
3 |
+
used by the SV2TTS authors to generate the audio samples located at:
|
4 |
+
https://google.github.io/tacotron/publications/speaker_adaptation/index.html
|
5 |
+
|
6 |
+
The `p240_00000.mp3` and `p260_00000.mp3` files are compressed
|
7 |
+
versions of audios from the VCTK corpus available at:
|
8 |
+
https://datashare.is.ed.ac.uk/handle/10283/3443
|
9 |
+
VCTK.txt contains the copyright notices and licensing information.
|
10 |
+
|
11 |
+
The `1320_00000.mp3`, `3575_00000.mp3`, `6829_00000.mp3`
|
12 |
+
and `8230_00000.mp3` files are compressed versions of audios
|
13 |
+
from the LibriSpeech dataset available at: https://openslr.org/12
|
14 |
+
For these files, the following notice applies:
|
15 |
+
```
|
16 |
+
LibriSpeech (c) 2014 by Vassil Panayotov
|
17 |
+
|
18 |
+
LibriSpeech ASR corpus is licensed under a
|
19 |
+
Creative Commons Attribution 4.0 International License.
|
20 |
+
|
21 |
+
See <http://creativecommons.org/licenses/by/4.0/>.
|
22 |
+
```
|