summaryrefslogtreecommitdiff
path: root/src/sndobj/FFT.cpp
AgeCommit message (Collapse)Author
2013-06-14Add basic SndObjPeakDetection tests. Fix memory leaks.John Glover
2012-10-14Add some includes that were needed to get simplJohn Glover
to build on CentOS 6.3 (thanks to Ryan Wessels for pointing this out).
2012-08-21[sndobj] Update SndObj to use FFTW v3 (was using v2). Remove unused SndObj ↵John Glover
files. Whitespace clean up.
2012-07-20[sndobj] Change input parameter 'mess' from char* to const char* in Set and ↵John Glover
Connect methods of analysis SndObjs.
2012-06-30[sndobj] Make ErrorMessage method const char*John Glover
2011-06-24Change to using distutils.John Glover
Currently only builds the simplsndobj module