aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
Commit message (Expand)AuthorAgeFilesLines
* Pass in the Q parameter for setting the filter parametersChris Robinson2015-11-012-20/+36
* Remove an unused struct fieldChris Robinson2015-11-011-1/+0
* Fix a commentChris Robinson2015-11-011-1/+1
* Finalize ALC_SOFT_HRTFChris Robinson2015-10-281-22/+0
* Rename ALC_NUM_HRTF_SPECIFIER_SOFT to ALC_NUM_HRTF_SPECIFIERS_SOFTChris Robinson2015-10-261-1/+1
* Update filter histories even when they're not usedChris Robinson2015-10-241-0/+2
* Use one send gain per buffer channelChris Robinson2015-10-231-1/+1
* Convert the PortAudio backend to the new backend APIChris Robinson2015-10-221-3/+0
* Remove the MIDI codeChris Robinson2015-10-202-387/+0
* Remove unused channel labelsChris Robinson2015-10-181-9/+0
* Use a constant value for the post-position paddingChris Robinson2015-10-152-3/+6
* Store the source's previous samples with the voiceChris Robinson2015-10-152-0/+5
* Replace the sinc6 resampler with sinc8, and make SSE versionsChris Robinson2015-10-111-4/+5
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-2/+3
* Allow apps to request a specific HRTFChris Robinson2015-10-071-2/+3
* Use the enumerated HRTF list for selecting an HRTFChris Robinson2015-10-061-0/+1
* Enumerate and list HRTFs per-deviceChris Robinson2015-10-061-0/+1
* Add a function to get a list of data filesChris Robinson2015-10-031-0/+2
* Add methods to enumerate and query device HRTFsChris Robinson2015-10-031-0/+4
* Move the resampler stuff to mixer.c where it's usedChris Robinson2015-10-012-14/+0
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-292-2/+12
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-272-4/+4
* Don't keep selecting the mixer to useChris Robinson2015-09-272-3/+1
* Increase the max pitch to 255Chris Robinson2015-09-261-1/+1
* Get rid of ALCdevice_GetLatencyChris Robinson2015-09-211-1/+0
* Fix updating listener params when forcing updatesChris Robinson2015-09-181-0/+2
* Use sizeof T for the size of the object typeChris Robinson2015-09-151-5/+5
* Rename F_2PI to F_TAUChris Robinson2015-09-131-1/+1
* Set both BS2B parameters at onceChris Robinson2015-09-081-7/+4
* Don't store the HRTF request mode in the device flagsChris Robinson2015-09-051-8/+1
* Allow for device-specific config valuesChris Robinson2015-08-281-8/+8
* Use ACN ordering for ambisonics coefficients arraysChris Robinson2015-08-281-4/+4
* Don't explicitly store first-order coefficientsChris Robinson2015-08-181-5/+3
* Allow specifying ALC_DONT_CARE_SOFT for ALC_HRTF_SOFTChris Robinson2015-07-061-2/+8
* Update a couple commentsChris Robinson2015-07-041-1/+1
* Add a macro to simplify allocating and constructing an objectChris Robinson2015-05-181-0/+12
* Convert the solaris backend to the new APIChris Robinson2015-05-171-3/+0
* Add a method to reset the deviceChris Robinson2015-05-161-0/+4
* Add a few more HRTF status valuesChris Robinson2015-05-161-1/+4
* Add an HRTF status queryChris Robinson2015-05-151-0/+5
* Add an option for "basic" HRTF renderingChris Robinson2015-02-111-0/+8
* Move HRTF params and state closer togetherChris Robinson2015-02-091-3/+3
* Add missing alignas to CubicLUT declarationChris Robinson2015-01-131-1/+1
* Remove some IN_IDE_PARSER usesChris Robinson2014-12-241-7/+0
* Remove some unnecessary restrict usesChris Robinson2014-12-241-7/+6
* Add a lockless ringbufferChris Robinson2014-12-231-0/+19
* Use a macro for the record thread nameChris Robinson2014-12-211-0/+2
* Fix logging on WindowsChris Robinson2014-12-201-1/+1
* Use aluVector and aluMatrix in a couple more placesChris Robinson2014-12-161-1/+1
* Use aluVector in some more placesChris Robinson2014-12-162-5/+5