Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

emodb

This project holds code to convert the emodb database of acted emotions to audformat and published it with audb.

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}
}