aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* 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