Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | Fixing bugs in SMSResidual. | John Glover | |
2010-12-17 | Removed static variables from sms_residual, changed the method signature to ↵ | John Glover | |
accept an SMS_ResidualParams structure. | |||
2010-12-17 | Separated residual parameters/memory into a new SMS_ResidualParams structure | John Glover | |
2010-12-17 | Added an option in SMS_AnalParams/SMS_SynthParams to enable/disable ↵ | John Glover | |
pre-emphasis (still enabled by default). | |||
2010-12-08 | SMSPeakDetection bug fixes | John Glover | |
2010-12-03 | Setting more initial values in analysis params | John Glover | |
2010-12-01 | Fixed some memory management problems in the SMS analysis process | John Glover | |
2010-11-24 | Updated 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-04 | Fixed a couple of SMSPeakDetection bugs and updated the unit tests | John Glover | |
2010-10-21 | Changed 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-18 | Moved project over to Git | John Glover | |