aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the input channel array out of the DirectParams and SendParamsChris Robinson2016-07-131-55/+56
* Store the voice output buffers separate from the paramsChris Robinson2016-07-111-20/+20
* Avoid function calls to get the HRTF sample rate and IR sizeChris Robinson2016-07-071-1/+1
* Remove the VirtOut buffer aliasChris Robinson2016-07-051-10/+11
* Ensure voices has been updated once before mixing themChris Robinson2016-06-161-1/+2
* Use a linked list for active effect slotsChris Robinson2016-05-291-16/+24
* Increment the device's mix count closer to the mixing loopsChris Robinson2016-05-231-3/+2
* Make the source position calues atomicChris Robinson2016-05-191-2/+2
* Copy the source's Looping property into the voiceChris Robinson2016-05-181-0/+2