Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# EARS-EMO-OpenACE: A Full-band Coded Emotional Speech Quality Dataset
|
| 2 |
|
| 3 |
## Dataset Description
|
| 4 |
|
| 5 |
This dataset contains emotional speech samples with human perceptual quality ratings and objective quality metrics. It is designed for research in audio quality assessment, emotion recognition, and codec evaluation.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
## Dataset Structure
|
| 8 |
|
| 9 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- audio-classification
|
| 5 |
+
- audio-to-audio
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- emotional-speech
|
| 10 |
+
- audio-quality
|
| 11 |
+
- perceptual-evaluation
|
| 12 |
+
- codec-evaluation
|
| 13 |
+
- mushra
|
| 14 |
+
- visqol
|
| 15 |
+
- polqa
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# EARS-EMO-OpenACE: A Full-band Coded Emotional Speech Quality Dataset
|
| 21 |
|
| 22 |
## Dataset Description
|
| 23 |
|
| 24 |
This dataset contains emotional speech samples with human perceptual quality ratings and objective quality metrics. It is designed for research in audio quality assessment, emotion recognition, and codec evaluation.
|
| 25 |
|
| 26 |
+
## Key Features
|
| 27 |
+
- Coded audio sample using Opus, LC3, LC3Plus, and EVS codecs
|
| 28 |
+
- Full-band emotional speech samples (48kHz, 24-bit), total 252 files:
|
| 29 |
+
- Size of 6 speakers x 6 emotions x 4 codecs = 144 scored audio files
|
| 30 |
+
- Size of 6 speakers x 6 emotions x 2 MUSHRA anchors = 72 scored files
|
| 31 |
+
- Size of 6 speakers x 6 emotions x 1 reference = 36 reference files
|
| 32 |
+
- Human MUSHRA ratings (perceptual quality) obtained from 36 listeners
|
| 33 |
+
- Reference and coded audio pairs available for each emotion and codec
|
| 34 |
+
- Computed VISQOL objective quality scores
|
| 35 |
+
- Computed POLQA objective quality scores
|
| 36 |
+
|
| 37 |
+
## Applications
|
| 38 |
+
- Audio codec evaluation
|
| 39 |
+
- Perceptual quality modeling
|
| 40 |
+
- Emotion-aware audio processing
|
| 41 |
+
- Quality metric validation
|
| 42 |
+
|
| 43 |
## Dataset Structure
|
| 44 |
|
| 45 |
```
|