aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Use +/-90 degrees for stereo sources with non-HRTF stereo output.Chris Robinson2012-12-041-1/+9
* Add support for float32 output to CoreAudioChris Robinson2012-12-031-10/+13
* Use the correct multiplier for int32 output with CoreAudioChris Robinson2012-12-031-2/+2
* Lock the device before calling aluHandleDisconnectChris Robinson2012-12-029-2/+30
* Trace the opened device name in alcCaptureOpenDeviceChris Robinson2012-12-021-1/+1
* Use WARN when implicitly deleting resources with the contextChris Robinson2012-12-021-2/+2
* Explicitly check for malloc.hChris Robinson2012-11-251-1/+1
* malloc.h isn't standard, and is only needed for _aligned_mallocChris Robinson2012-11-251-1/+3
* Avoid locking PulseAudio's mainloop when starting and stopping captureChris Robinson2012-11-191-4/+0
* Fix off-by-one error in the makehrtf dither and add a resample optionChris Robinson2012-11-181-831/+829
* Avoid storing the SSE state if it's not supportedChris Robinson2012-11-131-1/+4
* Include standard headers before conditional onesChris Robinson2012-11-041-7/+6
* Use the stored buffer metrics for the mmdevapi buffer sizeChris Robinson2012-11-041-9/+1
* Add rudimentary latency tracking for mmdevapiChris Robinson2012-11-041-1/+16
* Use an array to specify the offset for each channel of the device bufferChris Robinson2012-11-042-60/+73
* Rename some struct fields for DirectSoundChris Robinson2012-11-041-48/+48
* Avoid recreating the DSound primary bufferChris Robinson2012-11-041-1/+1
* Make a decimal value a float typeChris Robinson2012-10-311-1/+1
* Finalize AL_SOFT_source_latencyChris Robinson2012-10-311-1/+1
* Add a couple comments to the codeChris Robinson2012-10-261-0/+2
* Avoid branching when clamping and converting float samples to integerChris Robinson2012-10-261-2/+2
* Move some math functions to where they're usedChris Robinson2012-10-251-0/+25
* Use an asterisk to denote a requested format option in the traceChris Robinson2012-10-161-4/+4
* Put the HRTF DirectParams into an anonymous structChris Robinson2012-10-152-35/+35
* Constify the direct and send parameters given to the mixerChris Robinson2012-10-155-19/+19
* Use a separate step to deinterlace reverb samplesChris Robinson2012-10-141-14/+33
* Remove the unused Device parameterChris Robinson2012-10-145-16/+10
* Store the output buffers in the DirectParams structChris Robinson2012-10-144-10/+21
* Remove the now-unused Source parameter from the DryMix methodsChris Robinson2012-10-145-14/+10
* Store some more HRTF info in the DirectParams structChris Robinson2012-10-142-5/+12
* Mark some parameters as const and/or RESTRICTChris Robinson2012-10-144-12/+13
* Don't add the dry gain to the mixing matrixChris Robinson2012-10-131-1/+1
* Silence an implicit int-to-float conversion warning on MSVCChris Robinson2012-10-131-1/+1
* List the in-progress AL_SOFT_source_latency extensionChris Robinson2012-10-131-1/+2
* Implement the double and int64 source settersChris Robinson2012-10-131-0/+6
* Fix copying the listener Up vectorChris Robinson2012-10-121-1/+1
* Use the enum to set the default distance modelChris Robinson2012-10-121-1/+1
* Initialize the listener velocity parameterChris Robinson2012-10-121-0/+2
* Apply the listener matrix to the listener velocity onceChris Robinson2012-10-121-12/+10
* Avoid needlessly copying the listener matrixChris Robinson2012-10-121-7/+3
* Apply the listener position to the transformation matrixChris Robinson2012-10-121-38/+44
* Check the distance against epsilon to determine if it matchesChris Robinson2012-10-121-2/+2
* Properly scale wide-stereo sourcesChris Robinson2012-10-101-1/+1
* Avoid mixing to a send slot if the gain is too lowChris Robinson2012-10-101-0/+3
* The max step is no longer dependent on the channel countChris Robinson2012-10-101-2/+2
* Set Hrtf.Moving after setting the source params instead of after mixingChris Robinson2012-10-092-3/+1
* Build the listener matrix separatelyChris Robinson2012-10-092-4/+37
* Don't include alListener.h from alMain.hChris Robinson2012-10-091-2/+1
* Store a pointer to the listener in the contextChris Robinson2012-10-092-26/+27
* Don't assume x86 or x64 to use IsProcessorFeaturePresentChris Robinson2012-10-081-3/+2