Mangio621 / Mangio-RVC-Fork

*CREPE+HYBRID TRAINING* A very experimental fork of the Retrieval-based-Voice-Conversion-WebUI repo that incorporates a variety of other f0 methods, along with a hybrid f0 nanmedian method.
MIT License
931 stars 207 forks source link

.gitignore->Traceback (most recent call last): #215

Open gloFIS opened 3 months ago

gloFIS commented 3 months ago

.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)