aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* More aggressively try to decrement an effect's refcount in-placeChris Robinson2018-12-261-13/+17
* Avoid using a local for a temporaryChris Robinson2018-12-251-3/+3
* Do some pre-mixing fading checks once before preparing to mixChris Robinson2018-12-251-73/+88
* Add a couple more ASSUMEs for number of channels and sendsChris Robinson2018-12-251-0/+2
* Rework the pulseaudio backend to avoid an explicit mixer threadChris Robinson2018-12-251-122/+59
* Cache the process binary path and nameChris Robinson2018-12-254-18/+22
* Cleanup some includesChris Robinson2018-12-253-7/+16
* Rename a couple filter files for consistencyChris Robinson2018-12-259-11/+12
* Avoid making static local copies of constexpr valuesChris Robinson2018-12-251-7/+7
* Construct AsyncEvent objects directly in the ringbufferChris Robinson2018-12-253-20/+55
* Avoid an intermediate mixing bufferChris Robinson2018-12-242-17/+8
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-2443-127/+115
* Add an in-progress extension to set the effect slot targetChris Robinson2018-12-242-0/+6
* Propagate an effectslot target propertyChris Robinson2018-12-241-0/+1
* Provide effect target parameters through a common structChris Robinson2018-12-2413-213/+113
* Avoid using select()Chris Robinson2018-12-243-83/+54
* Make the Compressor more class-likeChris Robinson2018-12-244-153/+162
* Only check ambisonic attributes with B-Format outputChris Robinson2018-12-241-11/+14
* Apply the limiter before distance compensationChris Robinson2018-12-241-9/+10
* Assume alignment for some buffersChris Robinson2018-12-231-8/+9
* Add some more ASSUMEsChris Robinson2018-12-231-6/+13
* Repack some AmbiUpsampler fields for better access patternsChris Robinson2018-12-232-16/+18
* Properly rebalance the HF scale with ambisonic upsamplingChris Robinson2018-12-231-5/+32
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-2312-61/+179
* Dynamically sort the effect slots when mixingChris Robinson2018-12-222-4/+45
* Cleanup definitions and declarations in reverb.cppChris Robinson2018-12-221-253/+221
* Constify a parameterChris Robinson2018-12-2212-24/+24
* Clean up some math stuffChris Robinson2018-12-226-38/+47
* Fix for C++11 compatibilityChris Robinson2018-12-221-4/+4
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-2212-169/+119
* A bit of cleanup for CalcPanningAndFiltersChris Robinson2018-12-221-24/+30
* Rename a couple HRTF structsChris Robinson2018-12-226-79/+78
* Try to help GetHrtfCoeffs vectorizeChris Robinson2018-12-211-21/+19
* Small cleanup for BuildBFormatHrtfChris Robinson2018-12-211-35/+39
* Don't convert the HRTF decoder virtual speaker positions to radiansChris Robinson2018-12-213-33/+32
* Use a dodecahedron for the ambisonic HRTF decodeChris Robinson2018-12-211-68/+51
* Pass RealMixParams by reference instead of pointerChris Robinson2018-12-204-17/+17
* Fix the type used for another subtractionChris Robinson2018-12-201-1/+1
* Silence some MSVC warningsChris Robinson2018-12-201-4/+4
* Fix the type used for subtractionChris Robinson2018-12-201-1/+1
* Clean up most of the compressor loopsChris Robinson2018-12-202-202/+171
* Use std::accumulate to get the max composited buffer length loadedChris Robinson2018-12-201-36/+35
* Add index maps from 2D and 3DChris Robinson2018-12-203-25/+30
* Use std::array in place of some C-style arraysChris Robinson2018-12-203-31/+32
* Rename some conversion arraysChris Robinson2018-12-203-31/+31
* Use inline methods for the device format sizesChris Robinson2018-12-1916-102/+77
* Don't hardcode the channel count from the device ambisonic orderChris Robinson2018-12-191-7/+5
* Don't allow FuMa ordering or normalization above third-orderChris Robinson2018-12-191-2/+14
* Combine handling of attribute processingChris Robinson2018-12-181-208/+143
* Use the AmbiUpsampler with higher order basic and custom panningChris Robinson2018-12-172-96/+47