| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-04-11 | stop garbage collector temporarily during play() | Robin Haberkorn | 1 | -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-11 | added custom interactive Lua interpreter for evaluating applause expressions | Robin Haberkorn | 1 | -0/+274 | |
| * implements Stream:play() using Jack as the audio backend | |||||
