summaryrefslogtreecommitdiff
path: root/audio_jack.c
Commit message (Expand)AuthorAge
...
* Unset flush_please after flushing. Tentatively re-enable latency queries. Sam...Jörn Nettingsmeier2019-02-14
* try a solution for flush(). Compiled but not tested.Jörn Nettingsmeier2019-02-14
* First step of replacing existing buffer with jack_ringbuffer. Compiles, but d...Jörn Nettingsmeier2019-02-14
* die() on failure to create ringbuffer.Jörn Nettingsmeier2019-02-14
* Add lock-free ringbuffer. Preparation to make jack_stream_write_cb realtime s...Jörn Nettingsmeier2019-02-14
* 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
* clang formatMike Brady2019-01-04
* Add default values for the interpolation thresholdMike Brady2019-01-04
* Ignore the latency of whatever is connected to Shairport Sync. It's inappropr...Mike Brady2018-09-17
* Stop requiring jack to be "rolling"Mike Brady2018-09-07
* Tidy up some comments, stop making it die for small problems.Mike Brady2018-09-03
* Add ability for the jack back end to automaticlly connect a client when the j...Mike Brady2018-09-02
* Add ability for the jack back end to automaticlly connect a client when the j...Mike Brady2018-09-02
* Clean up the jack backend and add a few options.Mike Brady2018-08-31
* Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31