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

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

Open
gloFIS opened this issue Mar 19, 2024 · 0 comments
Open

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

gloFIS opened this issue Mar 19, 2024 · 0 comments

Comments

@gloFIS
Copy link

gloFIS commented Mar 19, 2024

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

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

1 participant