boy1dr / SpleeterGui

Windows desktop front end for Spleeter - AI source separation
Apache License 2.0
2.27k stars 248 forks source link

Files are not generated when the duration is large #144

Closed jerryleelove closed 2 years ago

jerryleelove commented 2 years ago

When songs are too long, such as 3000 seconds, no files are generated. Sometimes you don't get an error, sometimes you get an error.

boy1dr commented 2 years ago

song length can be specified in the GUI as "Maximum song length" in seconds. it is a memory constraint, not all users have 32GB of ram so to prevent crashing for most people this is limited, you can specify a larger amount if your system is capable of it.

jerryleelove commented 2 years ago

ok,thank you