Getting started
API Documentation
Development
Tables of database.
name (str) – name of database
str
version (Optional[str]) – version of database
Optional
cache_root (Optional[str]) – cache folder where databases are stored. If not set audb.default_cache_root() is used
audb.default_cache_root()
dict[str, Table]
dict
Table
tables of database
Examples
>>> list(tables("emodb", version="1.4.1")) ['emotion', 'emotion.categories.test.gold_standard', 'emotion.categories.train.gold_standard', 'files']