aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
|
* Add missing ) in pulseaudio backendChris Robinson2009-10-021-1/+1
|
* Load backend libs on-demandChris Robinson2009-09-271-95/+130
|
* Remove the state callbacks and watch for changes synchronouslyChris Robinson2009-09-241-60/+20
|
* Get rid of unnecessary messages from pulseaudioChris Robinson2009-09-231-27/+15
|
* Properly clean up the pulse deviceChris Robinson2009-09-231-18/+1
|
* Silence unused parameter warningChris Robinson2009-09-231-0/+1
|
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-231-3/+3
|
* Update in properly-sized chunks for PulseAudioChris Robinson2009-09-231-9/+18
|
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-2/+2
|
* Support floating point capture for backends that can handle itChris Robinson2009-09-211-0/+3
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-6/+2
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
|
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+1
|
* Pass the frame count to aluMixDataChris Robinson2009-09-151-1/+2
|
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-12/+22
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-7/+18
|
* Close some libs when deinitializingChris Robinson2009-08-271-0/+6
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-3/+3
|
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-5/+5
|
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
|
* Define PATH_MAX if it isn't alreadyChris Robinson2009-08-191-0/+4
|
* Support 32-bit float outputChris Robinson2009-08-151-0/+3
|
* Calculate the buffer size and frame size when neededChris Robinson2009-08-141-10/+15
|
* Remove unnecessary function parametersChris Robinson2009-08-131-8/+5
|
* Create PulseAudio's playback stream when the AL context is createdChris Robinson2009-08-131-130/+210
|
* 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