aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/fshifter.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
Add frequency shifter effect using discrete Hilbert transform. Only mono signal processing by now (LEFT_DIRECTION).