summaryrefslogtreecommitdiff
path: root/sms/analysis.c
AgeCommit message (Collapse)Author
2011-06-24Change to using distutils.John Glover
Currently only builds the simplsndobj module
2011-01-06Fixed 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-30Code tidyingJohn Glover
2010-12-24Fixed a bug in converting SMS peak amplitudes from DB to linearJohn Glover
2010-12-21Fixed bug in SMSPartialTrackingJohn Glover
2010-12-21Fixing bugs in SMSResidual.John Glover
2010-12-17Removed static variables from sms_residual, changed the method signature to ↵John Glover
accept an SMS_ResidualParams structure.
2010-12-17Separated residual parameters/memory into a new SMS_ResidualParams structureJohn Glover
2010-12-09Fixed bug in SMS peak detection - find_peaks was leaking memory wen saving ↵John Glover
peaks, and a pointer assignment in find_peaks could lead to a double free in freeAnalysis/freeSpectralPeaks.
2010-12-08Fixed a SMS issue in sms_initSynth where having a hop size that was not a ↵John Glover
power of 2 would stop execution. Fixed another SMS test.
2010-12-02Fixed some memory bugs in SMS caused by incorrect array boundary checkingJohn Glover
2010-12-01Fixed some memory management problems in the SMS analysis processJohn Glover
2010-11-24Updated libsms to the latest version (1.15), includes some memory management ↵John Glover
improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework
2010-11-04Fixed a couple of SMSPeakDetection bugs and updated the unit testsJohn Glover
2010-10-21Changed from floats to doubles in the C/C++ code, makes Python integration a ↵John Glover
bit easier. Fixed a bug that would cause SndObjSynthesis to crash if peak values were floats.
2010-10-19SMS bug fix, peak magnitudes from SMSPeakDetection were in db instead of linear.John Glover
2010-10-18Moved project over to GitJohn Glover