aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/reverb.c
Commit message (Expand)AuthorAgeFilesLines
* Limit filter gains to -24dBChris Robinson2017-02-221-2/+2
* Fix late reverb low-pass filteringChris Robinson2017-01-291-1/+1
* Use an all-pass series on each late reverb lineChris Robinson2017-01-281-261/+396
* Round the early and late delay tap sample offsetsChris Robinson2016-10-261-4/+4
* Restore a comment that was accidentally deletedChris Robinson2016-10-101-0/+9
* Better sort the main delay line tapsChris Robinson2016-10-061-60/+39
* Decorrelate the early reflection inputsChris Robinson2016-10-061-10/+19
* Pass current and target gains directly for mixingChris Robinson2016-10-051-45/+12
* Update a comment about using row mixersChris Robinson2016-10-051-3/+1
* Better pack the late reverb low- and all-pass variablesChris Robinson2016-10-051-21/+25
* Use the row mixer functions for the B-to-A-Format conversionChris Robinson2016-10-041-16/+10
* Enhance reverb using B-Format processingChris Robinson2016-10-031-405/+386
* Fix EAX reverb effect output for HRTF and UHJChris Robinson2016-09-131-2/+2
* Write to the correct outputs for extra reverb channelsChris Robinson2016-09-111-2/+2
* Combine the reverb decorrelator delay line with the main delay lineChris Robinson2016-09-111-46/+26
* Make the SelectMixer function sharableChris Robinson2016-09-061-15/+1
* Use the optimized mixing functions for reverb outputChris Robinson2016-09-061-83/+117
* Use deinterlaced buffers for the intermediate reverb storageChris Robinson2016-09-061-119/+137
* Do reverb modulation before band-pass filteringChris Robinson2016-09-061-7/+6
* Do multiple samples at once for reverb modulationChris Robinson2016-09-051-38/+49
* Add a ref count to ALeffectStateChris Robinson2016-08-251-93/+100
* Combine related members into a structChris Robinson2016-08-241-2/+2
* Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1Chris Robinson2016-07-311-1/+1
* Simplify a format checkChris Robinson2016-07-301-3/+2
* Add a config to output first-, second-, or third-order ambisonicsChris Robinson2016-07-291-1/+3
* Avoid more uses of ALfilterState_processSingleChris Robinson2016-07-251-9/+9
* Avoid using realloc in a number of placesChris Robinson2016-05-211-5/+7
* Don't assume the "real" output buffer follows the dry bufferChris Robinson2016-05-171-15/+44
* Improve reverb panning gains for "3D" output.Chris Robinson2016-05-171-8/+8
* Get rid of an unnecessary copy of ALeffectPropsChris Robinson2016-05-131-3/+2
* Hold the effect and filter maps while handling effects and filtersChris Robinson2016-05-121-8/+0
* Provide (mostly) lockless updates for effect slotsChris Robinson2016-05-121-4/+5
* Improve radius behavior with scaling of ambisonic coefficientsChris Robinson2016-04-241-6/+6
* More directly map coefficients for ambisonic mixing buffersChris Robinson2016-04-151-14/+7
* Avoid mixing all coefficients together when only some are usedChris Robinson2016-04-151-10/+14
* Use the 3D panned output for reverb with HQ decodingChris Robinson2016-03-311-3/+3
* Add a workaround for a buggy modffChris Robinson2016-03-181-0/+15
* Make sure enough reverb panning gains are definedChris Robinson2016-03-161-4/+4
* Add a dual-band ambisonic decoderChris Robinson2016-03-151-8/+12
* Allocate enough reverb panning gainsChris Robinson2016-03-101-2/+6
* Organize the dry buffer properties into a structChris Robinson2016-03-091-17/+20
* Track the virtual and real output buffers ecplicitlyChris Robinson2016-03-091-15/+21
* Fix reverb with UHJ encodingChris Robinson2016-03-031-1/+1
* Use 2-channel UHJ for stereo outputChris Robinson2016-02-261-6/+6
* Remove a dead assignmentChris Robinson2016-02-161-1/+0
* Add special HRTF handling for reverbChris Robinson2016-02-061-1/+77
* Only apply the +3dB reverb gain boost to the ambient response.Chris Robinson2016-02-061-2/+1
* Avoid an extra sample of delay in the reverb modulatorChris Robinson2016-02-051-4/+6
* Remove an unnecessary variable and move duplicate code to a common spotChris Robinson2016-02-051-37/+23
* Don't explicitly check for LFEChris Robinson2016-02-051-16/+0