From 35a0f2665f834c107e39ec2dcfc3d9ae0a0b33ce Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 31 Mar 2021 09:37:30 -0700 Subject: 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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3