-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error processing unexpected EOF, expected 6972 more bytes. The file might be corrupted. #3
Comments
Hi unjerry, The error appears to be occurring during audio file analysis in the analyze_audio_for_vocals() function, specifically when trying to load the audio file using pydub. Did you get this error with any other audio files as well with audio2vmd? Also could you tell me how much RAM does your pc have? During installation, did audio2vmd install without any errors? Since I've removed spleeter from in audio2vmd version 16, it likely should be much less strict on installation and not necessary require python 3.10.6. But I've kept it as that in the read me just in case, since that's what i've tested it on. I've tried audio2vmd in cmd mode and with the ".\" string in the path but i wasn't able to reproduce your error or any others. Though, from the error you're getting, it sounds like it's most likely the audio file.
Anyways, to hopefully fix your problem, please try the following:
Hopefully this will be solve the problem, but if not, please give me the full error log and i'll try to take a look and help. |
I'm on the Windows11 system using both 3.11 and 3.10.6 installed on my computer, the "python" command will call 3.10.6 first(the 3.10.6 in the path is in the more ahead place). I use both the release and the git clone method, and open the cmd in the "install.bat" folder, and after it runs done and installed all the dependencies in the ./vene i use the audio2vmd.py
i runed
python .\audio2vmd\audio2vmd.py .\1124.MP3
python .\audio2vmd.py .\1124.MP3
and i also use the gui
and get the following error.
the console in the gui also give the same error.
Processing file 1 of 1: 1124.MP3
separate_vocals_mode = automatic
Torchaudio failed to load audio for analysis, trying pydub...
Using pydub for audio analysis instead of Torchaudio (this is normal, both methods work well)...
Error processing 1124.MP3: unexpected EOF, expected 6972 more bytes. The file might be corrupted.
Total time taken: 0.88 seconds
Complete! All Audio to VMD conversion completed in 0.90 seconds.
I'm not sure what it the current situation. please check this bug if you need more information , please tell me, i will make more test.
The text was updated successfully, but these errors were encountered: