summaryrefslogtreecommitdiffstats
path: root/src/AlsaInput.h
Commit message (Collapse)AuthorAgeFilesLines
* Only create the input we actually needMatthias P. Braendli2017-10-071-17/+0
|
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-071-9/+15
| | | | | 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-1/+3
|
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-071-33/+37
|
* Improve Doxygen mainpageMatthias P. Braendli2016-07-081-1/+1
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-5/+10
|
* Make ALSA input conditionalMatthias P. Braendli2016-02-261-7/+10
|
* Replace boost by C++11Matthias P. Braendli2015-05-041-5/+5
| | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-251-10/+8
| | | | There was a lot of redundant code between the two
* Improve alsa fault detectionMatthias P. Braendli2014-03-191-2/+6
|
* Support libasound2 1.0.25Matthias P. Braendli2014-03-141-1/+1
| | | | Because it's the one that is in debian stable right now
* Split AlsaInput into two variants (Threaded/Direct)Matthias P. Braendli2014-03-091-19/+64
|
* alsa-dabplus compilesMatthias P. Braendli2014-03-071-2/+1
|
* add first code bits of new alsa encoderMatthias P. Braendli2014-03-071-0/+90