Datasets:
Tasks:
Audio Classification
Sub-tasks:
audio-emotion-recognition
Languages:
English
Size:
1K<n<10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,45 @@
|
|
35 |
|
36 |
### Dataset Summary
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
### Supported Tasks and Leaderboards
|
41 |
|
@@ -111,12 +149,20 @@
|
|
111 |
|
112 |
### Licensing Information
|
113 |
|
114 |
-
|
115 |
|
116 |
### Citation Information
|
117 |
|
118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
### Contributions
|
121 |
|
122 |
-
Thanks to [@
|
|
|
35 |
|
36 |
### Dataset Summary
|
37 |
|
38 |
+
Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS)
|
39 |
+
Speech audio-only files (16bit, 48kHz .wav) from the RAVDESS. Full dataset of speech and song, audio and video (24.8 GB) available from Zenodo. Construction and perceptual validation of the RAVDESS is described in our Open Access paper in PLoS ONE.
|
40 |
+
|
41 |
+
Check out our Kaggle Song emotion dataset.
|
42 |
+
|
43 |
+
Files
|
44 |
+
|
45 |
+
This portion of the RAVDESS contains 1440 files: 60 trials per actor x 24 actors = 1440. The RAVDESS contains 24 professional actors (12 female, 12 male), vocalizing two lexically-matched statements in a neutral North American accent. Speech emotions includes calm, happy, sad, angry, fearful, surprise, and disgust expressions. Each expression is produced at two levels of emotional intensity (normal, strong), with an additional neutral expression.
|
46 |
+
|
47 |
+
File naming convention
|
48 |
+
|
49 |
+
Each of the 1440 files has a unique filename. The filename consists of a 7-part numerical identifier (e.g., 03-01-06-01-02-01-12.wav). These identifiers define the stimulus characteristics:
|
50 |
+
|
51 |
+
Filename identifiers
|
52 |
+
|
53 |
+
Modality (01 = full-AV, 02 = video-only, 03 = audio-only).
|
54 |
+
|
55 |
+
Vocal channel (01 = speech, 02 = song).
|
56 |
+
|
57 |
+
Emotion (01 = neutral, 02 = calm, 03 = happy, 04 = sad, 05 = angry, 06 = fearful, 07 = disgust, 08 = surprised).
|
58 |
+
|
59 |
+
Emotional intensity (01 = normal, 02 = strong). NOTE: There is no strong intensity for the 'neutral' emotion.
|
60 |
+
|
61 |
+
Statement (01 = "Kids are talking by the door", 02 = "Dogs are sitting by the door").
|
62 |
+
|
63 |
+
Repetition (01 = 1st repetition, 02 = 2nd repetition).
|
64 |
+
|
65 |
+
Actor (01 to 24. Odd numbered actors are male, even numbered actors are female).
|
66 |
+
|
67 |
+
Filename example: 03-01-06-01-02-01-12.wav
|
68 |
+
|
69 |
+
Audio-only (03)
|
70 |
+
Speech (01)
|
71 |
+
Fearful (06)
|
72 |
+
Normal intensity (01)
|
73 |
+
Statement "dogs" (02)
|
74 |
+
1st Repetition (01)
|
75 |
+
12th Actor (12)
|
76 |
+
Female, as the actor ID number is even.
|
77 |
|
78 |
### Supported Tasks and Leaderboards
|
79 |
|
|
|
149 |
|
150 |
### Licensing Information
|
151 |
|
152 |
+
(CC BY-NC-SA 4.0)[https://creativecommons.org/licenses/by-nc-sa/4.0/]
|
153 |
|
154 |
### Citation Information
|
155 |
|
156 |
+
How to cite the RAVDESS
|
157 |
+
|
158 |
+
Academic citation
|
159 |
+
|
160 |
+
If you use the RAVDESS in an academic publication, please use the following citation: Livingstone SR, Russo FA (2018) The Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS): A dynamic, multimodal set of facial and vocal expressions in North American English. PLoS ONE 13(5): e0196391. https://doi.org/10.1371/journal.pone.0196391.
|
161 |
+
|
162 |
+
All other attributions
|
163 |
+
|
164 |
+
If you use the RAVDESS in a form other than an academic publication, such as in a blog post, school project, or non-commercial product, please use the following attribution: "The Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS)" by Livingstone & Russo is licensed under CC BY-NA-SC 4.0.
|
165 |
|
166 |
### Contributions
|
167 |
|
168 |
+
Thanks to [@narad](https://github.com/narad) for adding this dataset.
|