aboutsummaryrefslogtreecommitdiffhomepage
path: root/applause.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-11stop garbage collector temporarily during play()Robin Haberkorn1-1/+16
This improves the real-time properties of sample generation since it avoids CPU spkikes. On the other hand, this may not be ideal as playing a long streams could have non-constant space requirements now. A proper solution would probably involve calling the garbage collector incrementally during the play() loop.
2015-04-11added custom interactive Lua interpreter for evaluating applause expressionsRobin Haberkorn1-0/+274
* implements Stream:play() using Jack as the audio backend