summaryrefslogtreecommitdiff
path: root/audio.h
Commit message (Expand)AuthorAge
* Clang Format CleanupMike Brady2018-09-09
* Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
* Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends ins...Mike Brady2018-07-30
|\
| * Make the play function return a status (ignored for the present). Clean up au...Mike Brady2018-07-29
| * Add a frames per second output. This should be exact if the machine is connec...Mike Brady2018-07-28
|/
* Stop erroneously assuming that the buffer passed to the player is not changed...Mike Brady2018-05-07
* Move common audio backend settings like buffer size and offsets to the "gener...Mike Brady2017-07-21
* Tidy up with a clang-formatMike Brady2016-09-11
* Add ability to set output format and output rateMike Brady2016-08-19
* Make the delay() procedurec return a frame value, positive or negative and a ...Mike Brady2016-03-29
* Use type long for delay as it corresp[onds with the alsa type usedMike Brady2016-03-29
* delay() should return a signed integer, duh.Mike Brady2016-03-26
* Work in progress, doesn't compileMike Brady2015-11-05
* Reformat using clang-format.Mke Brady2015-06-01
* Remove one parameter from the init function of audio back ends.Mke Brady2015-06-01
* Pass in libconfig info during init.Mike Brady2015-05-04
* Improve metadata output -- maybe it works reliably now. Add call to get audio...Mike Brady2015-03-16
* add flush and delay functionsMike Brady2014-04-30
* audio: output selection functionalityJames Laird2013-04-01
* Refactor and rewrite.James Laird2013-04-01