aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mastering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t for the compressor channel countChris Robinson2019-12-211-71/+46
| | | | And general cleanup of the compressor
* Avoid infs/nans in the crest detectorChris Robinson2019-09-301-2/+3
| | | | | | It needs to be investigated why the rendered mix sometimes has such large sample values when starting, but the compressor/limiter shouldn't generate NaNs because of it.
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-2/+1
|
* Use unsigned sample counts for the compressor/limiterChris Robinson2019-08-251-54/+35
|
* Update some includesChris Robinson2019-08-051-0/+2
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
|
* More include cleanupsChris Robinson2019-07-281-5/+11
|
* Rename Alc to alcChris Robinson2019-07-281-0/+479