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

help with seperating vocals #57

Open
titgfggggh opened this issue Jun 20, 2023 · 1 comment
Open

help with seperating vocals #57

titgfggggh opened this issue Jun 20, 2023 · 1 comment

Comments

@titgfggggh
Copy link

this the error i got while i tried to seperate vocals from a song:You Only Live Once - The Strokes - 2023 Cover Version (320 kbps).mp3.reformatted.wav->Traceback (most recent call last):
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\librosa\core\audio.py", line 155, in load
context = sf.SoundFile(path)
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\soundfile.py", line 655, in init
self._file = self._open(file, mode_int, closefd)
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\soundfile.py", line 1213, in _open
raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name))
soundfile.LibsndfileError: Error opening 'D:\voice\Retrieval-based-Voice-Conversion-WebUI\TEMP/You Only Live Once - The Strokes - 2023 Cover Version (320 kbps).mp3.reformatted.wav': System error.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\infer-web.py", line 370, in uvr
pre_fun.path_audio(
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\infer_uvr5.py", line 64, in path_audio
) = librosa.core.load( # 理论上librosa读取可能对某些音频有bug,应该上ffmpeg读取,但是太麻烦了弃坑
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\librosa\util\decorators.py", line 104, in inner_f
return f(**kwargs)
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\librosa\core\audio.py", line 174, in load
y, sr_native = __audioread_load(path, offset, duration, dtype)
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\librosa\core\audio.py", line 198, in _audioread_load
with audioread.audio_open(path) as input_file:
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\audioread_init
.py", line 111, in audio_open
return BackendClass(path)
File "D:\voice\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\audioread\rawread.py", line 62, in init
self._fh = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'D:\voice\Retrieval-based-Voice-Conversion-WebUI\TEMP/You Only Live Once - The Strokes - 2023 Cover Version (320 kbps).mp3.reformatted.wav'
image

@terracottahaniwa
Copy link
Contributor

terracottahaniwa commented Jun 20, 2023

Retrieval-based-Voice-Conversion-WebUI and RVC-WebUI are two different projects. you can contact the repository of Retrieval-based-Voice-Conversion-WebUI that you using.

https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues

however, you probably have the wrong path. on windows, the path separator is \ not /.
also, paths containing multibyte characters or spaces can cause problems sometimes.

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