aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/pshifter.c
Commit message (Expand)AuthorAgeFilesLines
* Use the global MixSamples for the pitch shifter outputChris Robinson2018-03-221-14/+10
* Change a parameter type to float since that's what it's used asChris Robinson2018-03-221-3/+3
* Slightly restructure the pitch-shifter process loopChris Robinson2018-03-221-115/+110
* Fix typo (Substraction -> Subtraction) and rename related functionChris Robinson2018-03-211-3/+3
* Don't auto-attenuate the pitch shifter outputChris Robinson2018-03-211-3/+4
* Don't use mutable fields for constant valuesChris Robinson2018-03-211-39/+42
* Avoid placing a 2K sample buffer on the stackChris Robinson2018-03-211-4/+6
* Clean up some code formatting in the pitch shifter sourceChris Robinson2018-03-211-494/+478
* EFX:Own size for pitch shifter buffersRaulshc2018-03-191-17/+18
* EFX:Pitch Shifter implementationRaulshc2018-03-181-0/+493