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

Unable to process long music file (22'55"). #214

Open
solofrain opened this issue May 17, 2024 · 2 comments
Open

Unable to process long music file (22'55"). #214

solofrain opened this issue May 17, 2024 · 2 comments

Comments

@solofrain
Copy link

I'm trying to spleet a music file that is 22'55" in length. I set it to separate 5 parts and 3600 seconds for maximum song length.

  • For 2.9.4.0. Sometime it shows tensor flow OOM, and sometime it doesn't show any erorrs:
Starting processing of all songs
Processing H:\Music\01. Opening.flac
Finished processing all songs

Run complete

No files are created in the destination folder.

  • For 2.9.5.0. It doesn't show any error or create any files created in the destination folder.

Setting it to separate 2 parts works properly.

@boy1dr
Copy link
Owner

boy1dr commented May 17, 2024

Spleeter does use enormous amounts of ram for long tracks. Setting the maximum duration is an optimistic setting which doesn't guarantee that memory is enough or even available. You can try setting it to slightly longer than your source track rather than 60 minutes.
Also try removing spaces from the filename. Worth a shot.

@solofrain
Copy link
Author

Reducing the song length works. Thank you!

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

2 participants