Failed to load audio: ffmpeg error (see stderr outputfordetail) Voice conversion failed: cannot unpack non-iterable NoneType
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail) Traceback (most recent call last): File "D:\programms\RVC-beta\RVC-beta-v2-0528\runtime\lib\site-packages\gradio\routes.py", line 321, in run_predict output = await app.blocks.process_api( File "D:\pr...
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\goodm\Retrieval-based-Voice-Conversion-WebUI\infer-web.py", line 180, in vc_single ...
1.“RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)”was displayed when loading a dataset file during training(Train), but training was possible. 2.In“Model Inference”, if“select pitch extraction algorithm”was set to“creep”, it seemed to cause an error...
ffmpeg._run.Error: ffmpeg error (see stderr output for detail) During handling of the above exception, another exception occurred: Song367 commented Jun 3, 2024 我的报错是这个: 0it [00:00,?it / s] Traceback(最近一次调用最后一次): 文件“ E:\ workplace \ GPT-SoVITS \ GPT_SoVITS ...
(input_audio_path, 16000) File "/Users/eden/Retrieval-based-Voice-Conversion-WebUI/infer/lib/audio.py", line 43, in load_audio raise RuntimeError(f"Failed to load audio: {e}") RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail) DEBUG:matplotlib.pyplot:...
'ffmpeg', '-f', 's16le', # 输入16位有符号小端整数PCM '-ar', str(rate), # 设置采样率 '-ac', '1', # 单声道 '-i', 'pipe:0', # 从管道读取输入 '-c:a', 'aac', # 音频编码器为AAC '-b:a', '192k', # 比特率 '-vn', # 不包含视频 '-f', 'adts', # 输出AAC数据流...