aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a predefined identity matrixChris Robinson2016-09-051-0/+7
* Correct a comment about B-Format conversionChris Robinson2016-09-051-1/+1
* Clamp the maximum mixing gain boost to 16Chris Robinson2016-08-271-10/+11
* Properly defer effect slot changesChris Robinson2016-08-251-3/+5
* Track all references for effect statesChris Robinson2016-08-251-9/+6
* Consolidate duplicate codeChris Robinson2016-08-241-39/+23
* Combine related members into a structChris Robinson2016-08-241-7/+7
* Don't pass the context's distance model as the source'sChris Robinson2016-08-231-1/+6
* Avoid resupplying unneeded source updatesChris Robinson2016-08-231-28/+51
* Use a more specialized mixer function for B-Format to HRTFChris Robinson2016-08-121-11/+8
* Decode directly from B-Format to HRTF instead of a cubeChris Robinson2016-08-111-1/+1
* Constify some variablesChris Robinson2016-08-041-2/+2
* Don't store the looping state in the voiceChris Robinson2016-07-311-2/+0
* Add a stand-alone upsampler for higher-order ambisonic oputputChris Robinson2016-07-301-0/+7
* Modify bs2b_cross_feed to do multiple samples at onceChris Robinson2016-07-131-22/+17