summaryrefslogtreecommitdiff
path: root/libs/backends/pulseaudio/pulseaudio_backend.cc
AgeCommit message (Collapse)Author
2020-04-23Consolidate stack-size and priority of rt-threadsRobin Gareus
2020-04-07improved port cleanup as backend is destroyedPaul Davis
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
JACK is not yet finished. Changes also include minor reformatting and a spelling correction (latecies to latencies)
2020-04-02use PortEngineSharedImpl with PulseAudio backendPaul Davis
2020-03-30Reset DSP load on backend re-start and after freewheelingRobin Gareus
2020-03-30Remove duplicate callsRobin Gareus
2019-09-01Use preferred pa_context_new_with_proplist APIRobin Gareus
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2019-07-26PA-backend: Flush buffer and wake up main thread at stopRobin Gareus
2019-07-26Launch pavucontrol as PA's control appRobin Gareus
2019-07-25Fix PA: unlock mainloop on abortRobin Gareus
2019-07-25Puls der ZeitRobin Gareus
Prototype a basic stereo-playback only pulseaudio backend.