aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-2/+18
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* Don't load functions if libpulse failed to openChris Robinson2009-07-071-0/+4
|
* Do not open pulseaudio if it didn't loadChris Robinson2009-05-191-0/+7
|
* Dynamically load PulseAudioChris Robinson2009-05-191-75/+188
|
* Prevent spawning PulseAudio if it's not already runningChris Robinson2009-05-061-1/+1
|
* Add a PulseAudio backendChris Robinson2009-04-161-0/+475