formats()

audb.info.formats(name, *, version=None, tables=None, media=None, cache_root=None)[source]

Media formats.

Parameters
  • name (str) – name of database

  • version (Optional[str]) – version of database

  • tables (Optional[Sequence]) – include only tables matching the regular expression or provided in the list

  • media (Optional[Sequence]) – include only media matching the regular expression or provided in the list

  • cache_root (Optional[str]) – cache folder where databases are stored. If not set audb.default_cache_root() is used

Return type

set[str]

Returns

formats

Raises

ValueError – if table or media is requested that is not part of the database

Examples

>>> formats("emodb", version="1.4.1")
{'wav'}