Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audioread.exceptions.NoBackendError #22

Closed
sdx0112 opened this issue Jun 27, 2019 · 2 comments
Closed

audioread.exceptions.NoBackendError #22

sdx0112 opened this issue Jun 27, 2019 · 2 comments

Comments

@sdx0112
Copy link

sdx0112 commented Jun 27, 2019

Traceback (most recent call last):
File "D:\sdx\DeepFake\voice\Real-Time-Voice-Cloning\toolbox_init_.py", line 70, in
func = lambda: self.load_from_browser(self.ui.browse_file())
File "D:\sdx\DeepFake\voice\Real-Time-Voice-Cloning\toolbox_init_.py", line 110, in load_from_browser
wav = Synthesizer.load_preprocess_wav(fpath)
File "D:\sdx\DeepFake\voice\Real-Time-Voice-Cloning\synthesizer\inference.py", line 111, in load_preprocess_wav
wav = librosa.load(fpath, hparams.sample_rate)[0]
File "C:\ProgramData\Anaconda3\lib\site-packages\librosa\core\audio.py", line 119, in load
with audioread.audio_open(os.path.realpath(path)) as input_file:
File "C:\ProgramData\Anaconda3\lib\site-packages\audioread_init_.py", line 116, in audio_open
raise NoBackendError()
audioread.exceptions.NoBackendError

I have installed ffmpeg, but still get this error.

@fazlekarim
Copy link

You need to set the paths and all of that correctly. Type "ffmpeg -version" on your cmd prompt. If that is running then you installed ffmpeg correctly. Installing ffmpeg on windows in annoying.

@sdx0112
Copy link
Author

sdx0112 commented Jun 27, 2019

Issue solved. Thanks for your advice.

@sdx0112 sdx0112 closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants