summaryrefslogtreecommitdiff
path: root/modules/aufile
Commit message (Collapse)AuthorAge
* change ausrc/auplay base-class to pointerAlfred E. Heggestad2015-06-16
| | | | | | | - change from a memory-reference to a const pointer - this saves one mem_deref() in the destructor and also decreases the chance of introducing memory leaks - test on debian
* aufile: use sys_msleep() to sleepAlfred E. Heggestad2015-06-13
|
* aufile: new module for using WAV-files as audio-sourceAlfred E. Heggestad2015-06-13