aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/compressor.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a void* for the effect state Delete method paramChris Robinson2014-03-211-5/+2
|
* Fix some typesChris Robinson2014-02-071-2/+2
|
* Fix numeric constant type (double->float)Chris Robinson2013-12-081-2/+2
|
* Reimplement the compressor to work per-sampleChris Robinson2013-11-061-37/+51
|
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-7/+6
|
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-8/+4
|
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-8/+6
|
* Use a macro for the silence thresholdChris Robinson2013-10-061-1/+1
|
* Implement the Compressor effectChris Robinson2013-10-031-0/+216