endolith / waveform-analysis

Functions and scripts for analyzing waveforms, primarily audio. This is currently somewhat disorganized and unfinished.
MIT License
255 stars 82 forks source link

Pass objects to analysis functions with FFT cached? #13

Open endolith opened 7 years ago

endolith commented 7 years ago

Many of these functions calculate the FFT internally. It would be faster to calculate it once and "attach" it to the signal object in a way it could be used by all the functions without re-calculating.

endolith commented 2 months ago

Or just cache the FFT function.