summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.cpp
AgeCommit message (Collapse)Author
2013-06-21[tests] Add basic SndObjSynthesis testsJohn Glover
2013-06-07Fix memory leaks in peak detection processesJohn Glover
2013-01-25[tests] Add basic tests for SMS synthesisJohn Glover
2013-01-25[tests] Add test for changing frame sizes with LorisSynthesis.John Glover
2013-01-25[tests] Add synthesis test for changing frame sizes.John Glover
Refactor synthesis tests so code for generic test cases isn't duplicated.
2013-01-11[tests] Tidy up test C++ tests.John Glover
All tests can now be run from a single executable called 'tests' (created in the build directory).
2012-10-25[mq] Add C++ MQSynthesis class.John Glover
2012-09-12[base, synthesis] Allow synthesis sample arraysJohn Glover
to be created and destroyed independently of input audio sample arrays in Frame objects. Fix bug in Cython synthesis wrapper that prevented the hop size from being changed correctly. Don't create memory in non-real-time synthesis function as it is now managed by the Frame object itself.
2012-08-23[loris] Add C++ implementation of LorisSynthesis.John Glover