aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle NULL effect objects as AL_EFFECT_NULL effectsChris Robinson2009-11-052-20/+19
|
* Handle setting AL_EFFECT_NULL effect types on a slotChris Robinson2009-11-051-0/+43
|
* Use the DXSDK_DIR variable when setChris Robinson2009-11-021-0/+12
|
* Use a realtime clock for measuring timeChris Robinson2009-11-012-1/+16
|
* Properly lock the device when setting it disconnectedChris Robinson2009-11-012-4/+2
|
* Watch for stream and context failures from pulse, and report disconnectsChris Robinson2009-10-311-3/+30
|
* Fix length calculation for pulseChris Robinson2009-10-311-1/+1
|
* Set a proper channel map for PulseAudioChris Robinson2009-10-311-1/+41
|
* Mix all updates PulseAudio requestsChris Robinson2009-10-311-5/+7
|
* Watch for buffer attribute changes from PulseAudioChris Robinson2009-10-311-6/+21
|
* Use signals to watch for state changesChris Robinson2009-10-311-12/+42
| | | | This partially reverts commit 617b6728d3bf4f3922f87702260d848b9ae88340
* Properly free the device nameChris Robinson2009-10-312-4/+4
|
* Remove some unneeded buffer fields, make padding a constant amountChris Robinson2009-10-254-28/+17
|
* Remove the format and frequency from the source, get them manuallyChris Robinson2009-10-253-15/+24
|
* Small fixupsChris Robinson2009-10-251-9/+10
|
* Calculate more store only once per loopChris Robinson2009-10-251-30/+28
|
* Store the buffer format and frequency in the source when updatedChris Robinson2009-10-253-39/+40
|
* Retreive and store source params once per mix updateChris Robinson2009-10-251-119/+110
|
* Remove unneeded bufferlistitem propertiesChris Robinson2009-10-253-116/+5
|
* Dereference left over buffers and slots when sources are releasedChris Robinson2009-10-241-1/+22
|
* Try 32-bit float before 16-bit, and stereo before monoChris Robinson2009-10-241-20/+41
|
* Check for the -pthread switch instead of using _REENTRANTChris Robinson2009-10-231-2/+7
|
* Store the buffer handle directly in the source and buffer queue listChris Robinson2009-10-223-71/+73
|
* Store the bufferID in the buffer structChris Robinson2009-10-222-0/+9
|
* Remove unused source fieldsChris Robinson2009-10-213-18/+0
|
* Set the calculated source parameters directlyChris Robinson2009-10-211-40/+36
|
* Store the calculated source parameters in the source structChris Robinson2009-10-212-17/+34
|
* Don't assume 16-bit samplesChris Robinson2009-10-211-5/+6
|
* Calculate source filter coefficients with the source parametersChris Robinson2009-10-211-75/+65
|
* Remove unnecessary variableChris Robinson2009-10-211-3/+2
|
* Make sure the ALSA device list is reset if no cards are foundChris Robinson2009-10-211-11/+4
|
* Clear the echo and delay lines even if the buffer doesn't change sizeChris Robinson2009-10-212-7/+6
|
* Remove the Frequency field from the contextChris Robinson2009-10-205-17/+17
|
* Explicitly suspend the context being processed for mixingChris Robinson2009-10-201-0/+3
|
* Make sure the context is properly locked while updating slots and sendsChris Robinson2009-10-201-4/+8
|
* Allow creating multiple contexts on a deviceChris Robinson2009-10-201-3/+4
|
* Make sure the effect slots and source sends are properly updatedChris Robinson2009-10-201-0/+37
| | | | | Slots need to be updated due to possible frequency changes, and source sends need to be updated in case some active sends were disabled
* Be more tolerant with resetting the fragment sizeChris Robinson2009-10-201-2/+7
|
* Store a device's contexts in a dynamic arrayChris Robinson2009-10-203-18/+55
|
* Don't try to clamp the listener-to-source velocity for local sourcesChris Robinson2009-10-201-10/+11
| | | | Local sources will always have a 0 VLS value
* Avoid handling NaN when scaling float samples for outputChris Robinson2009-10-201-3/+3
|
* Add a method to update device-dependant effect parameters.Chris Robinson2009-10-204-86/+76
| | | | The effect state's update method will be called afterwards
* Reduce indentation for CalcSourceParamsChris Robinson2009-10-191-264/+265
|
* Be context-agnostic in the effect Create functionsChris Robinson2009-10-194-96/+171
| | | | | | | This allows the effect Update functions to handle the playback frequency being changed. By default the effects assume a maximum frequency of 192khz, however, it can go higher at the cost of the sample buffers being cleared and the risk of an abort() if reallocation fails
* EINTR is not a fatal write errorChris Robinson2009-10-192-3/+3
|
* Fix OSS and Solaris playback loop checkChris Robinson2009-10-172-2/+2
|
* Remove duplicate check in ALSA mmap playbackChris Robinson2009-10-161-1/+1
|
* Make the dry buffer part of the deviceChris Robinson2009-10-092-1/+5
|
* Rename SetALCError for consistencyChris Robinson2009-10-077-60/+60
|
* Add missing ) in pulseaudio backendChris Robinson2009-10-021-1/+1
|