diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/voice.h b/core/voice.h index 42ad7704..9dd642b4 100644 --- a/core/voice.h +++ b/core/voice.h @@ -85,8 +85,8 @@ struct SendParams { BiquadFilter HighPass; struct { - std::array<float,MAX_OUTPUT_CHANNELS> Current; - std::array<float,MAX_OUTPUT_CHANNELS> Target; + std::array<float,MaxAmbiChannels> Current; + std::array<float,MaxAmbiChannels> Target; } Gains; }; |