aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* Rename VOICE_IS_HRTF to VOICE_HAS_HRTFChris Robinson2017-05-021-4/+4
* Implement a limiter on the device outputChris Robinson2017-04-261-1/+59
* Remove const from _Atomic vars to make Clang happyChris Robinson2017-04-211-1/+1
* Store the resampler as part of the sourceChris Robinson2017-04-211-0/+2
* Make the buffer list next pointer atomicChris Robinson2017-04-191-1/+1
* Use a different way to get the size of structs with flexible array membersChris Robinson2017-04-181-1/+1
* Store the source prop updates with the mixer voiceChris Robinson2017-04-171-9/+34
* Use separate atomic macros for pointersChris Robinson2017-04-141-6/+6
* Use ALsizei for the fir4 resampler fractionChris Robinson2017-04-121-1/+1
* Select NEON when available before SSEChris Robinson2017-04-121-4/+4
* Constify a variableChris Robinson2017-04-011-3/+3
* Make a pointer restrict and assume alignedChris Robinson2017-04-011-1/+1
* Convert float samples to integer using a power-of-2 multipleChris Robinson2017-03-311-13/+9
* Use an array of pointers for effects instead of a linked listChris Robinson2017-03-271-19/+15
* Increase the filter slope to -12dB/octaveChris Robinson2017-03-161-8/+8
* Store the HRIR coeff pointer and delays directly in MixHrtfParamsChris Robinson2017-03-121-1/+0
* Rework HRTF coefficient fadingChris Robinson2017-03-111-3/+7
* Allocate as many channels for DirectHrtfState as neededChris Robinson2017-03-111-1/+1
* Dynamically allocate the device's HRTF stateChris Robinson2017-03-101-9/+8
* Implement NFC filters for Ambisonic renderingChris Robinson2017-03-101-10/+54
* Remove unnecessary atomic membersChris Robinson2017-03-081-109/+86
* Make the voice's source pointer atomicChris Robinson2017-03-051-6/+6
* Add a boolean to specify if a voice should be playingChris Robinson2017-03-021-10/+9
* Dynamically allocate the channel delay buffersChris Robinson2017-02-281-6/+6
* Move the current buffer queue entry and play position to the voiceChris Robinson2017-02-271-6/+3
* Ensure a non-playing or -paused source does not use a mixing voiceChris Robinson2017-02-251-1/+4
* Alter how panpot/pair-wise panning worksChris Robinson2017-02-231-28/+10
* Rename stereo-panning option to stereo-encodingChris Robinson2017-02-221-4/+4
* Limit filter gains to -24dBChris Robinson2017-02-221-32/+26
* Reduce some codeChris Robinson2017-02-211-61/+33
* Make the voices' Send[] array dynamically sizedChris Robinson2017-02-211-11/+11
* Apply distance compensation when writing to the outputChris Robinson2017-02-191-13/+38
* Don't use periphonic FOA when the HOA decoder is not periphonicChris Robinson2017-02-191-4/+3
* Always lock the device backend before calling aluMixDataChris Robinson2017-02-181-2/+0
* Reorganize ALvoice membersChris Robinson2017-02-151-81/+87
* Make ALsourceProps' Send array dynamically sizedChris Robinson2017-02-141-11/+11
* Make the source state atomicChris Robinson2017-02-131-4/+6
* Put BsincState in a generic unionChris Robinson2017-02-131-2/+2
* Fix more uses of unsigned sizes and offsetsChris Robinson2017-02-101-5/+5
* Replace some ALvoid with voidChris Robinson2017-01-181-2/+2
* Use ALsizei in more placesChris Robinson2017-01-181-1/+1
* Pass the left and right buffers to the hrtf mixers directlyChris Robinson2017-01-171-14/+16
* Use ALsizei for sizes and offsets with the mixerChris Robinson2017-01-161-1/+1
* Use second-order ambisonics for basic HRTF renderingChris Robinson2017-01-151-0/+7
* Avoid duplicating code using a macroChris Robinson2016-12-211-38/+3
* Use separate macros for atomics that don't take a memory orderChris Robinson2016-12-201-7/+7
* Update some atomic memory orderingChris Robinson2016-11-211-6/+9
* Don't interpolate between nearest HRIRsChris Robinson2016-10-091-4/+4
* Make some pointer-to-array parameters constChris Robinson2016-10-041-7/+6
* Add a volume-adjust config option to adjust the source output volumeChris Robinson2016-09-241-1/+1