summaryrefslogtreecommitdiff
path: root/sms/synthesis.c
AgeCommit message (Collapse)Author
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-30Update to sms_approxResidualJohn Glover
2010-12-21Fixing bugs in SMSResidual.John Glover
2010-12-13Fixed bug in SMSSynthesis, Partials were not being correctly linkedJohn Glover
2010-12-10Bug fix: synthesis via sineSynthFrame was failing because magnitudes were ↵John Glover
not in DB.
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-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-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-18Moved project over to GitJohn Glover