aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects
Commit message (Expand)AuthorAgeFilesLines
* Crossfade the early reflections delay coefficientsChris Robinson2018-08-081-30/+50
* Apply late reverb density gain on late reverb inputChris Robinson2018-08-081-15/+30
* Specify both scale values to FadedDelayLineOutChris Robinson2018-08-081-9/+17
* Use the correct input channel for the compressor effectChris Robinson2018-08-081-1/+1
* Properly set early reflection all-pass coefficientChris Robinson2018-08-061-3/+7
* Make the all-pass coefficient part of the all-pass structureChris Robinson2018-08-061-22/+17
* Prevent the autowah filter frequency from reaching nyquistChris Robinson2018-08-061-1/+1
* Apply the vector all-pass separate on uninterleaved samplesChris Robinson2018-08-051-159/+310
* Apply the reverb's T60 filter in groups of samplesChris Robinson2018-08-051-54/+78
* Mix reverb samples right after generating themChris Robinson2018-08-041-31/+36
* Scale the reverb decay weights to cover up to 20khzChris Robinson2018-08-031-11/+16
* Apply late reverb density gain adjustment on outputChris Robinson2018-08-011-22/+17
* Fix late reverb density gain blend weightsChris Robinson2018-08-011-4/+4
* Use just the omnidirectional response for the compressor effectChris Robinson2018-07-291-64/+58
* Inline the autowah peaking filter processingChris Robinson2018-07-281-39/+74
* Mark a couple parameters as unusedChris Robinson2018-07-251-1/+1
* EFX: Enable 3D processingRaulshc2018-07-251-20/+17
* EFX: Add 3D processing for autowahRaulshc2018-07-251-36/+55
* EFX: Autowah implementationRaulshc2018-07-251-0/+266
* Limit the normalized filter frequency to under halfChris Robinson2018-07-211-1/+1
* Improve handling of 0hz ring modulator frequencyChris Robinson2018-07-211-5/+13
* Clamp the maximum normalized reference frequency tooChris Robinson2018-06-031-1/+1
* Use a higher normalized frequency limit for the ring modulatorChris Robinson2018-06-021-1/+1
* Use the biquad high-pass in the ring modulatorChris Robinson2018-05-311-10/+6
* Slightly simplify the modulator square wave generatorChris Robinson2018-05-311-3/+3
* EFX: Ring modulator fixesRaulshc2018-05-311-3/+3
* Avoid extra sample copies and storage in the modulator effectChris Robinson2018-05-291-7/+6
* Use fastf2i instead of manual rounding in another placeChris Robinson2018-05-291-1/+2
* Improve formatting of the hilbert functionChris Robinson2018-05-241-1/+1
* Use a tighter loop to handle the frequency shifter's fifoChris Robinson2018-05-221-33/+39
* Use fixed point for the frequency shifter's phaseChris Robinson2018-05-221-16/+14
* Fix a couple property variable namesChris Robinson2018-05-221-7/+7
* Improve the frequency shifter output accum handlingChris Robinson2018-05-221-9/+8
* Fix formatting and line endingsChris Robinson2018-05-221-323/+326
* EFX: Frequency Shifter implementationRaulshc2018-05-201-0/+323
* Move the ALcomplex and FFT functions to a separate fileChris Robinson2018-05-151-99/+8
* Avoid using unsigned values for signedChris Robinson2018-05-151-1/+1
* Add a faster double-to-int converter for x87 buildsChris Robinson2018-05-141-1/+25
* Don't assume the FPU is round-to-zero in the pitch shifterChris Robinson2018-05-041-21/+3
* Add a specific function for truncating float-to-int conversionsChris Robinson2018-05-034-21/+20
* Use a fixed-point scale for the pitch shifter frequency indexChris Robinson2018-05-031-5/+10
* Use doubles for the pitch shifter's FFTs and processingChris Robinson2018-04-241-43/+68
* Rename BiquadState to BiquadFilterChris Robinson2018-04-045-45/+44
* Apply biquad and T60 filters using transposed direct form IIChris Robinson2018-04-032-28/+17
* Fix Hanning -> Hann window nameChris Robinson2018-03-241-11/+11
* Fix a couple comments about coordinate handednessChris Robinson2018-03-241-3/+3
* EFX: Align some arrays used in intrinsics (#180)Raulshc2018-03-242-2/+2
* Rename ALfilterState/Type to BiquadState/TypeChris Robinson2018-03-235-43/+43
* Some formatting cleanupChris Robinson2018-03-221-67/+68
* Don't use an ALsizei for a potentially negative valueChris Robinson2018-03-221-2/+3