summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.py
AgeCommit message (Collapse)Author
2012-07-29[peak_detection] Make PeakDetection.find_peaksJohn Glover
return 1 frame per hop size (zero pad frames at the end of the signal if necessary).
2012-07-06[tests] Remove unnecessary code from test_synthesis.John Glover
2012-07-03[synthesis] Fix SMSSynthesis (was using Peak data instead of tracked ↵John Glover
Partials). Add test for harmonic synthesis using sum of sines.
2012-07-02[synthesis] Add C++ implemention of SMSSynthesis.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.