librosa.util.example_audio_file¶
- librosa.util.example_audio_file()¶
Get the path to an included audio example file.
Returns: filename : str
Path to the audio example file included with librosa
Examples
>>> # Load the waveform from the example track >>> y, sr = librosa.load(librosa.util.example_audio_file())