summaryrefslogtreecommitdiff
path: root/tests/test_peak_detection.py
AgeCommit message (Collapse)Author
2012-07-08[peak_detection] Bug fix: add peaks to frame object inJohn Glover
find_peaks_in_frame instead of in find_peaks. Set SMSAnalysisParams.iSizeSound to be the hop size, so some value is set when used in real-time.
2012-07-02[tests] Use JSON libsms test data instead of recalculating each time. ↵John Glover
Importing libsms seems to create name clashes with simpl's modified sms functions.
2012-06-30[sms] Add C++ implementation of SMSPeakDetection.John Glover
2012-06-30Restructure class files. John Glover
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file.