summaryrefslogtreecommitdiff
path: root/__init__.py
AgeCommit message (Collapse)Author
2010-11-11Added wrapper around reading in wav files, choosing the right floating point ↵John Glover
type and scaling values to between -1 and 1
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