aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/fshifter.c
Commit message (Expand)AuthorAgeFilesLines
* Replace restrict with RESTRICTChris Robinson2018-10-291-3/+3
* Remove another duplicate functionChris Robinson2018-09-191-1/+1
* 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