https://github.com/audeering/emodb
Publishes Berlin Database of Emotional Speech with audb
https://github.com/audeering/emodb
audb data emotion
Last synced: 8 months ago
JSON representation
Publishes Berlin Database of Emotional Speech with audb
- Host: GitHub
- URL: https://github.com/audeering/emodb
- Owner: audeering
- License: other
- Created: 2021-03-23T07:59:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:42:30.000Z (over 1 year ago)
- Last Synced: 2024-11-22T15:28:50.720Z (over 1 year ago)
- Topics: audb, data, emotion
- Language: Jupyter Notebook
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```python
import audb
db = audb.load('emodb')
```
If you use the database, please cite with
```bibtex
@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}
}
```
[CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/
[emodb]: http://emodb.bilderbar.info/index-1280.html
[audb]: https://github.com/audeering/audb
[audformat]: https://github.com/audeering/audformat