aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid potentially calling log10f(0)Chris Robinson2018-04-291-1/+1
|
* Move the compressor/limiter declarations to their own headerChris Robinson2018-01-111-27/+4
|
* Remove the fastf2u conversion functionChris Robinson2017-06-271-1/+1
|
* Add a new compressor/limiterChris Robinson2017-05-271-0/+255
This is just for the output limiter right now, but in the future can be used for the compressor EFX effect. The parameters are also hardcoded, but can be made configurable after 1.18.