summaryrefslogtreecommitdiff
path: root/audio_pipe.c
Commit message (Expand)AuthorAge
* Change the type of the play argument from an array of shorts to a void pointe...Mike Brady2018-06-12
* Remove more causes of warnings at -Wextra levelsMike Brady2018-03-07
* Tidy up using clang-formatMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Tidy up source using clang-formatMike Brady2017-07-31
* Move common audio backend settings like buffer size and offsets to the "gener...Mike Brady2017-07-21
* Add code to read audio_backend_silent_lead_in_time settings.Mike Brady2017-07-06
* Improve error reporting if pipe can't be opened or written to.Mike Brady2017-04-07
* Clang FormatMike Brady2017-02-11
* Recognise and use deprecated settings and issue warnings.Mike Brady2017-01-30
* Tidy up with a clang-formatMike Brady2016-09-11
* Change over to times as opposed to frames for setting timing optionsMike Brady2016-09-04
* Add ability to set output format and output rateMike Brady2016-08-19
* Update copyright noticeMike Brady2016-03-03
* Work in progress, doesn't compileMike Brady2015-11-05
* Make output non-blocking; don't allow the pipe to be stdoutMike Brady2015-08-06
* Add declartion of mkfifoMike Brady2015-06-28
* Modify latency and buffer size limits, fix a few dying message bugs.Mike Brady2015-06-02
* Add new auidio back end -- to stdout.Mike Brady2015-06-02
* Reformat using clang-format.Mke Brady2015-06-01
* Simplify init function, add defaults for latency offset and buffer size. Remo...Mke Brady2015-06-01
* Allow the pipe to be stdout, regluate timing better in the player thread. Rou...Mike Brady2015-05-21
* experiment with pipe backend.Mike Brady2015-05-20
* 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 int to stop compiler warningMike Brady2014-08-24
* add null placeholders for flush and delayMike Brady2014-04-30
* audio: update usage messagesJames Laird2013-06-20
* add a pipe/FIFO audio backendJames Laird2013-06-04