aboutsummaryrefslogtreecommitdiffhomepage
path: root/applause.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03fixed semaphore for realtime<->lua thread synchronizationRobin Haberkorn1-8/+16
2015-11-03allow Stream:play() to be interrupted by CTRL+CRobin Haberkorn1-1/+35
2015-11-03ring buffer size is configurable now via ./applause command-line parameter in...Robin Haberkorn1-9/+32
2015-11-03synchronize buffer access via System V semaphoreRobin Haberkorn1-10/+74
2015-11-03report buffer underrunsRobin Haberkorn1-6/+23
2015-04-11stop garbage collector temporarily during play()Robin Haberkorn1-1/+16
2015-04-11added custom interactive Lua interpreter for evaluating applause expressionsRobin Haberkorn1-0/+274