summaryrefslogtreecommitdiff
path: root/audio_pa.c
Commit message (Expand)AuthorAge
* Format tidy-upMike Brady2018-10-21
* Revert previous change which was to unreference a stream prior to disconnecti...Mike Brady2018-09-21
* Unreference the pa stream when finished with it, so that it the sink can go i...Mike Brady2018-09-21
* Add PA sink configuration optionMaciej Wilczynski2018-09-15
* Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
* Make the play function return a status (ignored for the present). Clean up au...Mike Brady2018-07-29
* clean up audio_pa definition of playMike Brady2018-05-14
* Remove more causes of warnings at -Wextra levelsMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Add tinyhttp code for sending and reading responses. Clean up some dacp routi...Mike Brady2017-12-18
* Make some additions to audio_pa to emit erro messages before it diesMike Brady2017-12-06
* Don't disable PulseAudio autospawnMike Brady2017-10-30
* Add fixes suggested by using "infer"Mike Brady2017-09-03
* 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
* Add code to read audio_backend_silent_lead_in_time settings.Mike Brady2017-07-06
* Add some settings to the new PulseAudio backend. Limit the silent lead-in tim...Mike Brady2017-06-30
* Stop generating multiple PA sound applications -- now, just generate one.Mike Brady2017-06-13
* Make default buffer 0.35 seconds, turn off some debug code.Mike Brady2017-05-18
* Use lock and unlock to improve stability, ahem.Mike Brady2017-05-17
* Cork output if underflow is detected.Mike Brady2017-05-17
* Change service name to Shairport SyncMike Brady2017-05-17
* Initial very rough full-fat pulseaudio backendMike Brady2017-05-17