aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mastering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move mastering.cpp/h to coreChris Robinson2020-12-041-441/+0
|
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-10/+10
|
* Avoid AL types in mastering.cpp/hChris Robinson2020-11-281-33/+31
|
* Clean up some more unnecessary uses of AL typesChris Robinson2020-04-081-7/+7
|
* 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