aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDistortion.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename some inheritance macrosChris Robinson2013-05-211-9/+9
|
* Process 64 samples at a time for some effectsChris Robinson2013-05-201-69/+88
| | | | | This should help with the non-interleaved samples of the output, and allow skipping channels that don't contribute to the output.
* Use some macros to help with deriving typesChris Robinson2013-05-201-12/+10
|
* Clear all the old channel gains to 0 before setting themChris Robinson2013-05-201-1/+3
|
* Avoid recalculating the same coefficientChris Robinson2013-05-191-11/+9
|
* Implement distortion and equalizer effectsChris Robinson2013-05-181-0/+356
Code provided by Mike Gorchak