aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mixer.h')
-rw-r--r--core/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mixer.h b/core/mixer.h
index 309f4224..b819b3c7 100644
--- a/core/mixer.h
+++ b/core/mixer.h
@@ -78,7 +78,7 @@ inline std::array<float,MaxAmbiChannels> CalcAngleCoeffs(const float azimuth,
* scale and orient the sound samples.
*/
void ComputePanGains(const MixParams *mix, const float*RESTRICT coeffs, const float ingain,
- const al::span<float,MAX_OUTPUT_CHANNELS> gains);
+ const al::span<float,MaxAmbiChannels> gains);
/** Helper to set an identity/pass-through panning for ambisonic mixing (3D input). */