waveform_analysis
waveform_analysis copied to clipboard
Why are you loading whole file in memory
?
because I'm lazy busy, and my computer has plenty of memory to fit any files I want to measure?
of course it would be more efficient to read the file in chunks, but that complicates things like counting zero crossings or doing really long autocorrelations.