Notes
Tutorials
Package references
Meta information
nnmnkwii.util.
example_audio_file
Get path of audio file.
Path of the example audio file.
str
See also
example_label_file()
Examples
>>> from nnmnkwii.util import example_audio_file >>> from scipy.io import wavfile >>> fs, x = wavfile.read(example_audio_file())