You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I used librosa to load audio file of VCTK_Corpus, the following errors occurs. Has anyone encountered the same situation?
File "/anaconda3/envs/tf/lib/python3.6/site-packages/librosa/core/audio.py", line 112, in load
with audioread.audio_open(os.path.realpath(path)) as input_file:
File "/anaconda3/envs/tf/lib/python3.6/site-packages/audioread/init.py", line 116, in audio_open
raise NoBackendError()
audioread.exceptions.NoBackendError
The text was updated successfully, but these errors were encountered:
when I used librosa to load audio file of VCTK_Corpus, the following errors occurs. Has anyone encountered the same situation?
File "/anaconda3/envs/tf/lib/python3.6/site-packages/librosa/core/audio.py", line 112, in load
with audioread.audio_open(os.path.realpath(path)) as input_file:
File "/anaconda3/envs/tf/lib/python3.6/site-packages/audioread/init.py", line 116, in audio_open
raise NoBackendError()
audioread.exceptions.NoBackendError
The text was updated successfully, but these errors were encountered: