shangeth commited on
Commit
6a7c61d
·
verified ·
1 Parent(s): 0fb63ee

Upload original metadata: original_metadata/README.txt

Browse files
Files changed (1) hide show
  1. original_metadata/README.txt +130 -0
original_metadata/README.txt ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The Expresso Dataset
2
+ ====================
3
+
4
+ Introduction
5
+ ------------
6
+
7
+ We introduce Expresso, a high-quality (48kHz) expressive speech dataset that includes both expressively rendered read speech (8 styles, in mono wav format) and improvised dialogues (26 styles, in stereo wav format). The dataset includes 4 speakers (2 males, 2 females), and totals 40 hours (11h read, 30h improvised). The transcriptions of the read speech are also provided.
8
+
9
+
10
+ Data Statistics
11
+ ---------------
12
+
13
+ Here is the statistics of Expresso's expressive styles:
14
+
15
+ ----------------------------------------------------------------
16
+ Style | Read (min) | Improvised (min) | total (hrs)
17
+ ------------------|------------|------------------|-------------
18
+ angry | - | 82 | 1.4
19
+ animal | - | 27 | 0.4
20
+ animal_directed | - | 32 | 0.5
21
+ awe | - | 92 | 1.5
22
+ bored | - | 92 | 1.5
23
+ calm | - | 93 | 1.6
24
+ child | - | 28 | 0.4
25
+ child_directed | - | 38 | 0.6
26
+ confused | 94 | 66 | 2.7
27
+ default | 133 | 158 | 4.9
28
+ desire | - | 92 | 1.5
29
+ disgusted | - | 118 | 2.0
30
+ enunciated | 116 | 62 | 3.0
31
+ fast | - | 98 | 1.6
32
+ fearful | - | 98 | 1.6
33
+ happy | 74 | 92 | 2.8
34
+ laughing | 94 | 103 | 3.3
35
+ narration | 21 | 76 | 1.6
36
+ non_verbal | - | 32 | 0.5
37
+ projected | - | 94 | 1.6
38
+ sad | 81 | 101 | 3.0
39
+ sarcastic | - | 106 | 1.8
40
+ singing* | - | 4 | .07
41
+ sleepy | - | 93 | 1.5
42
+ sympathetic | - | 100 | 1.7
43
+ whisper | 79 | 86 | 2.8
44
+ **Total** | **11.5h* | **34.4h** | **45.9h**
45
+ ----------------------------------------------------------------
46
+ *singing is the only improvised style that is not in dialogue format.
47
+
48
+
49
+ Audio Quality
50
+ -------------
51
+
52
+ The audio was recorded in a professional recording studio with minimal background noise at 48kHz/24bit. The files for read speech and singing are in a mono wav format; and for the dialog section in stereo (one channel per actor), where the original flow of turn-taking is preserved.
53
+
54
+
55
+ Directory Structure
56
+ -------------------
57
+
58
+ The expresso dataset directory has the following structure:
59
+ ```
60
+ expresso/
61
+ |---README.txt
62
+ |---LICENSE.txt
63
+ |---read_transcriptions.txt
64
+ |---VAD_segments.txt
65
+ |---splits/
66
+ | |---train.txt
67
+ | |---dev.txt
68
+ | |---test.txt
69
+ | `---README
70
+ `---audio_48khz/
71
+ |---conversational/
72
+ | |---ex04-ex01/ # speaker pair in {channel1_spk}-{channel2_spk} format
73
+ | | |---animal-animaldir/ # style pair in {channel1_style}-{channel2_style} format
74
+ | | | |---ex04-ex01_animal-animaldir_005.wav
75
+ | | | |---ex04-ex01_animal-animaldir_006.wav
76
+ | | | `---...
77
+ | | |---laughing/ # both channels have the same style
78
+ | | | |---ex04-ex01_laughing_001.wav
79
+ | | | |---ex04-ex01_laughing_002.wav
80
+ | | | `---...
81
+ | | `---...
82
+ | `---...
83
+ `---read/
84
+ |---ex03/ # speaker
85
+ | |---default/ # style
86
+ | | |---longform/ # recorded in long format
87
+ | | | `---ex03_default_longform_00001.wav
88
+ | | `---base/ # recorded in short sentences
89
+ | | |---ex03_default_00003.wav
90
+ | | |---ex03_default_emphasis_00010.wav
91
+ | | |---ex03_default_essentials_00005.wav
92
+ | | `---...
93
+ | |---happy/
94
+ | | `---base/
95
+ | | |---ex04_happy_00085.wav
96
+ | | |---ex04_happy_00091.wav
97
+ | | `---...
98
+ | `---...
99
+ `---...
100
+ ```
101
+
102
+
103
+ Audio Naming Convention
104
+ -----------------------
105
+
106
+ The "conversational" audio directory contains the improvised dialogues (except singing) and is organized with the following structure:
107
+ `conversational/{speaker pair}/{styles}/{speaker pair}_{styles}_{id}.wav`
108
+ where
109
+ - {speaker pair}: hyphen-separated pair of speakers in two channels, with the left speaker on first/left channel, and the right speaker on second/right channel. E.g. "ex03-ex01" means "ex03" on channel 1 and "ex01" on channel 2
110
+ - {styles}: styles of the two channels of the dialogue. If {styles} contains a hyphen, the scene contains two styles. The style on the left corresponds to the channel1/left speaker�s style, and the style on the right corresponds to the channel2/right speaker�s style. If the is no hyphen, both speakers are speaking in the same style
111
+ - {id}: ID of the audio with the given speaker pair and style
112
+
113
+ The "read" audio directory contains all the read speech and singing style, with the following structure:
114
+ `read/{speaker}/{style}/{corpus}/{speaker}_{style or substyle}_{id}.wav`
115
+ where
116
+ - {speaker}: speaker name
117
+ - {style}: expressive style of the audio
118
+ - {corpus}: 'base' or 'longform'
119
+ - {style or substyle}: same as {style}, with the exception of longform speech and default substyles. The exception substyles are: 'narration_longform', 'default_longform', 'default_emphasis', 'default_essentials'
120
+ - {id}: ID of the audio with the given speaker and style/substyle
121
+
122
+
123
+ Licence
124
+ -------
125
+ The Expresso dataset is distributed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
126
+
127
+
128
+ Reference
129
+ ---------
130
+ For more information, see the paper "EXPRESSO: A Benchmark and Analysis of Discrete Expressive Speech Resynthesis", Tu Anh Nguyen*, Wei-Ning Hsu*, Antony D'Avirro*, Bowen Shi*, Itai Gat, Maryam Fazel-Zarani, Tal Remez, Jade Copet, Gabriel Synnaeve, Michael Hassid, Felix Kreuk, Yossi Adi+, Emmanuel Dupoux+, INTERSPEECH 2023.