'fswavread' not defined
When loading a dataset, recordings are not displayed
'fswavread' not defined
in audiosource.jl:51
When loading a dataset, recordings are not displayed
'fswavread' not defined
in audiosource.jl:51
assigned to @denier
loadaudio() was renamed to load(), there is a name conflict and it is not calling the correct load function. The name will probably be reverted to loadaudio().
Then, in loadaudio() (now load()), it is supposed to be wavread, not fswavread.
audiosource.jl is the only file from SpeechFeatures used in Speechdatasets. To avoid circular dependencies, it will be moved to an AudioSources repository.
closed with commit b7e1a3cb
Should be fixed, don't forget to add the AudioSources package from PTAL