boy1dr/SpleeterGui

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

Opened this issue · 2 comments

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 commented

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.

Reducing the song length works. Thank you!