summaryrefslogtreecommitdiff
path: root/audio_soundio.c
Commit message (Expand)AuthorAge
* Remove the preflight call - don't seem to need it.Mike Brady2019-01-27
* Add an "active" mode that can time out after a period -- 10 seconds by defaul...Mike Brady2019-01-21
* 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
| * Try to add proper cancellation code to all threads -- not complete, buggy.Mike Brady2018-07-20
|/
* 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
* 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
* Clang FormatMike Brady2017-02-11
* Initial support for libsoundioshtirlic2016-12-04