diff options
author | Chris Robinson <[email protected]> | 2017-05-27 03:36:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-27 03:36:34 -0700 |
commit | c4ef7399f84f4085ceb77f9897f9c9502d2cfd0d (patch) | |
tree | 5cd6863602b9c569c8aeb99a08fcfd00cb4f864c /CMakeLists.txt | |
parent | 653f0a1405b5dbceab6c2d8adc8fa246bdb5f607 (diff) |
Add a new compressor/limiter
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66402624..15311bc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -694,6 +694,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcRing.c Alc/bs2b.c Alc/converter.c + Alc/mastering.c Alc/effects/chorus.c Alc/effects/compressor.c Alc/effects/dedicated.c |