summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.cpp
AgeCommit message (Collapse)Author
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