From 23c8a35505fe6ab7a5c87754911a133b23ac75cf Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 5 Jan 2023 01:47:55 -0800 Subject: Add and use mixers that process one input and output channel --- core/mixer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/mixer.cpp') diff --git a/core/mixer.cpp b/core/mixer.cpp index b98a2532..066c57bd 100644 --- a/core/mixer.cpp +++ b/core/mixer.cpp @@ -14,6 +14,7 @@ struct CTag; MixerOutFunc MixSamplesOut{Mix_}; +MixerOneFunc MixSamplesOne{Mix_}; std::array CalcAmbiCoeffs(const float y, const float z, const float x, -- cgit v1.2.3