Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LSSED to json #29

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/ser-datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
"Paper-link": "http://felix.syntheticspeech.de/publications/synthetic_database.pdf",
"License-link": "https://creativecommons.org/licenses/by/4.0"
},
"LSSED": {
"Year": 2021,
"Content": "Large Scale Spanish Emotional Speech Database",
"Emotions": "8 emotions provides Spanish spoken utterances for anger, boredom, disgust, fear, happiness, neutral, sadness, and surprise.",
"Format": "Audio",
"Size": "90 GB",
"Language": "Spanish (Castilian)",
"Paper": "LSSED: A Large-Scale Spanish Emotional Speech Database for Speech Processing and Machine Learning",
"Access": "Open",
"License": "CC BY-SA 4.0",
"Dataset-link": "https://github.com/tobefans/LSSED",
"Paper-link": "https://www.mdpi.com/1424-8220/21/23/6985",
"License-link": "https://creativecommons.org/licenses/by-sa/4.0/"
},
"MLEnd": {
"Year": 2021,
"Content": "~32700 audio recordings files produced by 154 speakers. Each audio recording corresponds to one English numeral (from \"zero\" to \"billion\")",
Expand Down