-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Why is the audio unchanged after separation? #891
Comments
me too. and i found the spectrum of vocals.wav and original audio are the same except the volume lower. i wonder waht's the problem. |
same and problem with lenght of file |
vocals.wav and accompaniment.wav are the same as original audio, no change |
vocals.wav and accompaniment.wav are the same as original audio, no change!!! why?? |
命令在cmd里执行有变化的,但是把命令放在os.popen里执行,两个文件没有变化。 |
I had the same issue where vocals.wav and accompaniment.wav were unchanged. I found the pretrained_models/2stems folder was empty. Deleting that folder and rerunning the process fixed it. |
I deleted the folder and ran the code again and it was fixed. |
This is because the model is not downloaded properly. You need to have the decompressed model file https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz under |
Run successfully:
INFO:spleeter:File audio_output/Split_1/vocals.wav written succesfully
INFO:spleeter:File audio_output/Split_1/accompaniment.wav written succesfully
but vocals.wav and accompaniment.wav are the same as original audio, no change
The text was updated successfully, but these errors were encountered: