שלום וברכה!
התקנתי בס"ד את הRVC ישירות על המחשב
אני מנסה לאמן מודל קולי אבל הוא לא מצליח לטעון את ההקלטה.
להלן השגיאה:
start preprocess
C:\Users\user\Desktop\dataset/my voice.wav -> Traceback (most recent call last):
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\lib\audio.py", line 44, in load_audio
ffmpeg.input(file, threads=0)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ffmpeg\_run.py", line 313, in run
process = run_async(
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ffmpeg\_run.py", line 284, in run_async
return subprocess.Popen(
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\modules\train\preprocess.py", line 83, in pipeline
audio = load_audio(path, self.sr)
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\lib\audio.py", line 50, in load_audio
raise RuntimeError(f"Failed to load audio: {e}")
RuntimeError: Failed to load audio: [WinError 2] The system cannot find the file specified
C:\Users\user\Desktop\dataset/my voice - עותק.wav -> Traceback (most recent call last):
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\lib\audio.py", line 44, in load_audio
ffmpeg.input(file, threads=0)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ffmpeg\_run.py", line 313, in run
process = run_async(
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ffmpeg\_run.py", line 284, in run_async
return subprocess.Popen(
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\modules\train\preprocess.py", line 83, in pipeline
audio = load_audio(path, self.sr)
File "C:\Users\user\Retrieval-based-Voice-Conversion-WebUI\infer\lib\audio.py", line 50, in load_audio
raise RuntimeError(f"Failed to load audio: {e}")
RuntimeError: Failed to load audio: [WinError 2] The system cannot find the file specified
end preprocess
אשמח לעזרה.
תודה רבה!