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.4.1 of emodb:
db = audb.load("emodb", version="1.4.1")
See also the audb quickstart guide.