Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
/ emodb Public archive

Publishes Berlin Database of Emotional Speech with audb

License

Notifications You must be signed in to change notification settings

audeering/emodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emodb

For further publications of emodb, please go to https://github.com/audeering/datasets/tree/main/datasets/emodb


This project holds code to convert the emodb database of acted emotions to audformat and published it with audb to a public Artifactory repository on https://audeering.jfrog.io.

The databases is published under the CC0-1.0 license and can be downloaded with the Python library audb by:

import audb

db = audb.load('emodb')

If you use the database, please cite with

@inproceedings{burkhardt2005emodb,
  title={A database of {German} emotional speech.},
  author={Burkhardt, Felix and Paeschke, Astrid and Rolfes, Miriam and Sendlmeier, Walter F and Weiss, Benjamin},
  booktitle={Proceedings of the Annual Conference of the International Speech Communication Association (INTERSPEECH)},
  address={Lisbon, Portugal},
  publisher={ISCA},
  volume={5},
  pages={1517--1520},
  year={2005}
}