Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 628 Bytes

README.rst

File metadata and controls

26 lines (19 loc) · 628 Bytes

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.