[Bug] spleeter dies after extracting stem model files, after force stop, half audio proceed succesfull
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
Spleeter succesfully download the models, but the split process doesnt run succesfully. It doesnt print out any error, just keep running, until i kill the terminal itself. After kill, it creates the 2 or the 4 stem files, but only like a 1 or a 1,5 minute of everything. The file contains the expected audio output btw.
Output:
INFO:spleeter:Downloading model archive https://github.com/deezer/spleeter/releases/download/v1.4.0/4stems.tar.gz
INFO:spleeter:Validating archive checksum
INFO:spleeter:Extracting downloaded 4stems archive
INFO:spleeter:4stems model file(s) extracted
Expected:
INFO:spleeter:File splits\strokes yolo/guitar.wav written
INFO:spleeter:File splits\strokes yolo/vocals.wav written
INFO:spleeter:File splits\strokes yolo/bass.wav written
INFO:spleeter:File splits\strokes yolo/drums.wav written
keyboard interrupt in the terminal doesn't stop the process too.
I tried with different file. and with previous python versions too (currently running on python 3.8 pip 22.3.1, bcs on other devices with this version i can easily run spleeter without any problem at all)
Has anyone met this problem before?
Contributor guide
Assessment
This issue has not been assessed yet.