From fbfa8a2686bab1e42bc7829fd866667fe7fd2283 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Aug 2022 10:07:32 -0700 Subject: Use the right array size for the mixing parameters --- core/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/device.h') diff --git a/core/device.h b/core/device.h index bf995e5b..feb8f0b8 100644 --- a/core/device.h +++ b/core/device.h @@ -102,7 +102,7 @@ struct BFChannelConfig { struct MixParams { /* Coefficient channel mapping for mixing to the buffer. */ - std::array AmbiMap{}; + std::array AmbiMap{}; al::span Buffer; }; -- cgit v1.2.3