summaryrefslogtreecommitdiff
path: root/audio_dummy.c
Commit message (Expand)AuthorAge
* find . \( -name \*.cpp -or -name \*.h -or -name \*.c \) -exec clang-format -i...Mike Brady2019-06-19
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* Clean up audio help texts, add in the volume_range_hw_priority setting.Mike Brady2019-02-05
* Remove the preflight call - don't seem to need it.Mike Brady2019-01-27
* Add the idea of a preflight message to tell the backend that frames will be c...Mike Brady2019-01-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
|/
* Fix minor warnings from some of the backend modules and make the configure me...Mike Brady2018-05-18
* Remove more causes of warnings at -Wextra levelsMike Brady2018-03-07
* Tidy up with a clang-formatMike Brady2016-09-11
* 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
* Add declarion of debug, etc.Mike Brady2015-06-28
* 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: update usage messagesJames Laird2013-06-20
* whitespace fixesJames Laird2013-05-14
* Add copyright notices.James Laird2013-04-01
* audio: output selection functionalityJames Laird2013-04-01
* Refactor and rewrite.James Laird2013-04-01