diff options
author | Chris Robinson <[email protected]> | 2021-03-31 09:37:30 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-31 09:37:30 -0700 |
commit | 35a0f2665f834c107e39ec2dcfc3d9ae0a0b33ce (patch) | |
tree | 5e889ba0dfb6664b9035c856b333f79c5aeecb88 /CMakeLists.txt | |
parent | 8793055e666d2019dd48422c2e4ece1d3118e2f7 (diff) |
Decode UHJ buffers to B-Format for mixing
This should also have an adjustment for the shelf filter. Although it's not
clear what the appropriate adjustments should be.
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 7e4f06ef..bd64c9d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -671,6 +671,7 @@ set(CORE_OBJS core/logging.h core/mastering.cpp core/mastering.h + core/resampler_limits.h core/uhjfilter.cpp core/uhjfilter.h core/mixer/defs.h |