Closed obskyr closed 1 year ago
Thanks for the detailed bug report @obskyr .
After investigating, this seems like a limitation with 32-bit versions of python when allocating large arrays (since the program loads the entire track into memory for analysis). Using a 64-bit installation of python 3.7+ yields the correct result, as tested on my machine, with a correctly identified loop point with the provided test track.
Optimizations are planned with the upcoming 3.0 version release for lower memory consumption and faster runtime, along with a GUI, however, there is no ETA for this release yet. For the moment, using a 64-bit python installation should fix this issue.
When running
pymusiclooper Area01.wav
with this audio file, the program quickly errors out with aValueError: array is too big
. (This happens not only with the file above, but with any file I try!) Here's the traceback:Desktop (please complete the following information): Here are my specs!
Here's hoping it's fixable!