summaryrefslogtreecommitdiff
path: root/mq.py
AgeCommit message (Collapse)Author
2010-11-02Added dynamic frame size checking to MQ, will make the analysis frame at ↵John Glover
least 2.5 times the average pitch period
2010-11-02Added colour to default plots (with heatmap) and some minor code tidyingJohn Glover
2010-10-29Added a fundamental frequency estimation implementation (Two-way mismatch)John Glover
2010-10-26Added MQSynthesis, fixed a few bugsJohn 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-18Moved project over to GitJohn Glover