datasetsΒΆ

Overview of public datasets available with audb. Each dataset is summarized in a data card.

Use the audb.load() command to load the audio files and annotations of a dataset. The following example loads version 1.3.0 of emodb:

db = audb.load('emodb', version='1.3.0')

See also the audb quickstart guide.