summaryrefslogtreecommitdiff
path: root/src/sms
AgeCommit message (Collapse)Author
2013-01-25[tests] Add basic tests for SMS synthesisJohn Glover
2013-01-21[partial_tracking,sms] Fix bug in SMS partial tracking.John Glover
GetNextClosestPeak was missing peaks in some situations. Some general tidy up of SMS partial tracking code.
2012-09-24[sms] peakContinuation.c whitespace cleanup.John Glover
2012-09-13[sms] Allow SMSResidual objects to use differentJohn Glover
frame and hop sizes. Fix bug in SMSPeakDetection when operating in real-time mode (audio was not being copied to the analysis buffer correctly).
2012-07-09[sms, peak_detection] Add realtime analysis parameter, avoid performing ↵John Glover
non-real-time specific checks when running in realtime mode.
2012-07-06[residual] Add C++ implementation of SMSResidual.John Glover
2012-07-02[synthesis] Add C++ implemention of SMSSynthesis.John Glover
2012-07-02[sms] Name header and data structs, no need for char parameter to ↵John Glover
sms_fillHeader.
2012-06-30[sms] Add C++ implementation of SMSPeakDetection.John Glover
2011-06-24Build sms using setup.pyJohn Glover
2011-06-24Change to using distutils.John Glover
Currently only builds the simplsndobj module