aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using old style castsFilip Gawin2019-01-081-3/+3
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Add and use a make_unique functionChris Robinson2019-01-011-5/+4
|
* Make the Compressor more class-likeChris Robinson2018-12-241-115/+123
|
* Clean up some math stuffChris Robinson2018-12-221-1/+2
|
* Fix the type used for another subtractionChris Robinson2018-12-201-1/+1
|
* Silence some MSVC warningsChris Robinson2018-12-201-4/+4
|
* Fix the type used for subtractionChris Robinson2018-12-201-1/+1
|
* Clean up most of the compressor loopsChris Robinson2018-12-201-194/+163
|
* Use a unique_ptr for the CompressorChris Robinson2018-11-211-72/+32
|
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Convert mastering.c to C++Chris Robinson2018-11-171-0/+543