Open Firepal opened 1 year ago
I've noticed that the audio band arrays can be very memory-intensive. I've seen my RAM easily eaten up just from the "analyzing audio" phase.
We could have array data on disk using numpy.memmap.
numpy.memmap
I got this working a week ago, but lost the code in a power outage. Very promising from initial tests
I've noticed that the audio band arrays can be very memory-intensive. I've seen my RAM easily eaten up just from the "analyzing audio" phase.
We could have array data on disk using
numpy.memmap
.