summaryrefslogtreecommitdiff
path: root/audio_ao.c
Commit message (Expand)AuthorAge
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* 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
|/
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* Fix a benign type definition mismatchMike Brady2018-05-16
* Remove more causes of warnings at -Wextra levelsMike Brady2018-03-07
* Remove some more causes of warnings.Mike 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
* Stop the "ao", "pulse" and "sndio" backends from complaining about the new ou...Mike Brady2017-03-13
* 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
* Fix small bug introduced moving over to time-based settingsMike Brady2016-09-05
* 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
* Correct option tag in the ao subsystem to read audio_backend_buffer_desired_l...Mike Brady2015-12-30
* Work in progress, doesn't compileMike Brady2015-11-05
* Add latency and buffer length options for libaoMike Brady2015-10-31
* Reformat using clang-format.Mke Brady2015-06-01
* Simplify init function, add defaults for latency offset and buffer size. Remo...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 null placeholders for flush and delayMike Brady2014-04-30
* audio_ao, audio_pulse: make usage indent consistentJames Laird2013-06-20
* ao, shairport: fix option parsingJames Laird2013-06-19
* Fix libao output driver.Paul Lietar2013-06-09
* die/warn functions now have implicit newline at the endJames Laird2013-06-04
* change getopt return from char to intMaZderMind2013-04-02
* ao: actually use the options we collectJames Laird2013-04-02
* ao: shutdown properlyJames Laird2013-04-01
* Add copyright notices.James Laird2013-04-01
* ao: add option parsingJames Laird2013-04-01
* audio: output selection functionalityJames Laird2013-04-01
* Refactor and rewrite.James Laird2013-04-01