-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
2 stems 22khz dont work but 16 kHz vers good #521
Comments
Where we can get version 1.5.4 please |
1 similar comment
Where we can get version 1.5.4 please |
Hi @lesecs, pip install spleeter==1.5.4 Note that, 1.5.4 is only compatible with python 3.6 and 3.7 (not 3.8). |
Hi |
1 similar comment
Hi |
I havé ffmpeg installer but pip installer spleeter==1.5.4 canot install |
Hi @expectopatronum
Thanks for your questions. I'll try to answer them:
separator = Separator('spleeter:5stems-16khz')
should work but if you have a quite old version of Spleeter. I've just tested it with the most recent version and it works on my side.separator.separate_to_file
(that behaves quite similarly to the command line) or you process directly waveforms as numpy arrays withseparator.separate
. The wiki provides sample code forseparator.separate
usage.Using "mask_extension":"average", you should have separated signals that sum up to the mix. For older versions of spleeter (i.e. <=1.5.3), you may have differences at the very beginning or the very end of the signal due to the way STFT/iSTFT were managed, but that should be fixed from 1.5.4. Let us know if you still have troubles with recent versions.
Originally posted by @romi1502 in #503 (comment)
The text was updated successfully, but these errors were encountered: