Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-29 | [partial_tracking] Call Cython PartialTracking.update_partials | John Glover | |
instead of C++ method so that Python classes can inherit it. Save frame partials as a Python list instead of getting a list of peaks from the C++ object. Update partial tracking tests. | |||
2012-07-29 | [peak_detection] Call C++ find_peaks function in | John Glover | |
SMSPeakDetection.find_peaks. Check for _static_frame_size in SMSPeakDetection.find_peaks. Create new analysis object when changing frame size in SndObjPeakDetection. Update PeakDetection tests for new frame.peaks object and find_peaks changes. | |||
2012-07-20 | [tests] Remove plot from test_residual. Add sndobj partial tracking test ↵ | John Glover | |
data script. | |||
2012-07-20 | [peak_detection] Add C++ implementation of SndObj peak detection. | John Glover | |
2012-07-12 | [tests] Don't run old sndobj tests. | John Glover | |
2012-07-12 | [tests] Rename create_libsms_test_data.py to create_test_data.py. | John Glover | |
2012-07-10 | [residual] Update residual so that it just requires | John Glover | |
a frame of audio (calculates harmonic component itself). | |||
2012-07-08 | [peak_detection] Bug fix: add peaks to frame object in | John 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-06 | [residual] Add C++ implementation of SMSResidual. | John Glover | |
2012-07-06 | [tests] Remove unnecessary code from test_synthesis. | John Glover | |
2012-07-06 | [tests] Rename testbase.cpp to test_base.cpp for consistency. | John Glover | |
2012-07-06 | [tests] Remove old test files. Ignore libsms residual waveform. | 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-07-02 | [tests] Remove JSON test data (can be recreated from ↵ | John Glover | |
create_libsms_test_data.py). | |||
2012-07-02 | [partial_tracking] Add C++ implemention of SMS partial tracking. | John Glover | |
Update libsms test data. | |||
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-07-02 | [loris] Remove old test file. | John Glover | |
2012-06-30 | [sms] Add C++ implementation of SMSPeakDetection. | John Glover | |
2012-06-30 | Restructure 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. | |||
2012-06-29 | [sms] Rename sms.py to pysms.py. | John Glover | |
PEP8 cleanup of test_sms.py. | |||
2012-06-28 | [base] Add C++ implementation of Synthesis and Residual. | John Glover | |
2012-06-28 | [tests] Remove old SMS test file. | John Glover | |
2012-06-28 | [base] Add C++ PartialTracking implementation. | John Glover | |
2012-06-26 | [base] Add C++ implementation of PeakDetection.find_peaks_in_frame and ↵ | John Glover | |
PeakDetection.find_peaks | |||
2012-06-25 | [base] Add C++/Cython PeakDetection.frames and Frame.peaks | John Glover | |
2012-03-22 | [base] updating Cython Frame and PeakDetection classes | John Glover | |
2012-03-16 | add Cython base.Peak class | John Glover | |
2012-03-16 | add Cython version of simpl base frame class | John Glover | |
2012-03-08 | [setup, tests] whitespace tidy up | John Glover | |
2012-01-27 | Remove license info from individual source files. | John Glover | |
Move main license file to project root. | |||
2011-08-29 | Tidy up PeakDetection::find_peaks | John Glover | |
2011-08-27 | Add frame peaks iterators and tidy up PeakDetection | John Glover | |
2011-08-26 | frame refactor | John Glover | |
2011-08-26 | Add simpl valgrind suppression file | John Glover | |
Ignore valgrind errors due to a memory leak when throwing a std::exception | |||
2011-08-26 | Add -g | John Glover | |
2011-08-24 | Change frame objects to have pointers to number | John Glover | |
arrays instead of having their own std::vector of samples | |||
2011-08-21 | bugfix: remove .o files instead of *o | John Glover | |
2011-08-21 | Add next_frame_size method | John Glover | |
2011-08-21 | Add PeakDetection C++ class and tests | John Glover | |
2011-08-20 | Add C++ frame class and tests | John Glover | |
2011-08-19 | Add initial C++ unit tests | John Glover | |
2011-07-22 | add skeleton of loris test file | John Glover | |
2011-06-24 | Update test file names | John Glover | |
2011-06-24 | Change to using distutils. | John Glover | |
Currently only builds the simplsndobj module | |||
2011-01-06 | Fixed SMSResidual. Also removed blank frames produced by sms at the ↵ | John Glover | |
beginning of analysis which was causing synthesised audio to be out of sync with the original. | |||
2010-12-30 | Updated test_sms_analyze to use the new Frame objects | John Glover | |
2010-12-24 | Fixed a bug in converting SMS peak amplitudes from DB to linear | John Glover | |
2010-12-24 | Residual test is now run | John Glover | |
2010-12-22 | Updated SMS to work with the simpl v0.2 API | John Glover | |