Caution
You're reading the documentation for a development version. For the latest released version, please have a look at 0.9.1.
librosa.util.example_info¶
- librosa.util.example_info(key)[source]¶
Display licensing and metadata information for the given example recording.
The first time an example is requested, it will be downloaded from the remote repository over HTTPS. All subsequent requests will use a locally cached copy of the recording.
For a list of examples (and their keys), see
librosa.util.list_examples
.By default, local files will be cached in the directory given by pooch.os_cache(‘librosa’). You can override this by setting an environment variable
LIBROSA_DATA_DIR
prior to importing librosa.- Parameters
- keystr
The identifier for the recording (see
list_examples
)
See also
librosa.util.example
librosa.util.list_examples
pooch.os_cache