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
.gitignore->Traceback (most recent call last):
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\my_utils.py", line 134, in load_audio
ffmpeg.input(file, threads=0)
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\runtime\lib\site-packages\ffmpeg_run.py", line 325, in run
raise Error('ffmpeg', out, err)
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\infer-web.py", line 262, in vc_single
audio = load_audio(input_audio_path0, 16000, DoFormant, Quefrency, Timbre)
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\my_utils.py", line 141, in load_audio
raise RuntimeError(f"Failed to load audio: {e}")
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
The text was updated successfully, but these errors were encountered:
.gitignore->Traceback (most recent call last):
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\my_utils.py", line 134, in load_audio
ffmpeg.input(file, threads=0)
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\runtime\lib\site-packages\ffmpeg_run.py", line 325, in run
raise Error('ffmpeg', out, err)
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\infer-web.py", line 262, in vc_single
audio = load_audio(input_audio_path0, 16000, DoFormant, Quefrency, Timbre)
File "C:\Users\Павел\Desktop\ai\Mangio-RVC-Fork\my_utils.py", line 141, in load_audio
raise RuntimeError(f"Failed to load audio: {e}")
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
The text was updated successfully, but these errors were encountered: