summaryrefslogtreecommitdiffstats
path: root/src/JackInput.h
Commit message (Collapse)AuthorAgeFilesLines
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-071-0/+3
| | | | | This also changes the --fifo-silence option. Instead of inserting silence separately, it uses the drift compensation to do that.
* Move fault_detected() into common input interfaceMatthias P. Braendli2017-10-071-0/+1
|
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-071-20/+12
|
* Improve Doxygen mainpageMatthias P. Braendli2016-07-081-1/+1
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-5/+13
|
* Change JackInput to char* to avoid crash when JACK compiled in but not usedMatthias P. Braendli2014-06-271-2/+2
|
* Add JACK input supportMatthias P. Braendli2014-06-261-0/+101