cached()¶
- audb.cached(cache_root=None, *, name=None, shared=False)[source]¶
List available databases and flavors in the cache.
- Parameters
- Return type
- Returns
cached databases with cache path as index, and name, flavor_id, version, complete, bit_depth, channels, format, mixdown, sampling_rate as columns
Examples
>>> db = audb.load( ... "emodb", ... version="1.4.1", ... only_metadata=True, ... full_path=False, ... verbose=False, ... ) >>> df = cached() >>> print(df.iloc[0].to_string()) name emodb flavor_id d3b62a9b version 1.4.1 complete False bit_depth None channels None format None mixdown False sampling_rate None