nnmnkwii.util.example_audio_file

nnmnkwii.util.example_audio_file()[source]

Get path of audio file.

Returns

Path of the example audio file.

Return type

str

Examples

>>> from nnmnkwii.util import example_audio_file
>>> from scipy.io import wavfile
>>> fs, x = wavfile.read(example_audio_file())