aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/voice.cpp')
-rw-r--r--alc/voice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.cpp b/alc/voice.cpp
index 77f176b7..0e92e423 100644
--- a/alc/voice.cpp
+++ b/alc/voice.cpp
@@ -757,7 +757,7 @@ void Voice::mix(const State vstate, ALCcontext *Context, const ALuint SamplesToD
* unavoidable.
*/
const al::span<float> samples{const_cast<float*>(ResampledData), DstBufferSize};
- chandata.mAmbiSplitter.applyHfScale(samples, hfscale);
+ chandata.mAmbiSplitter.processHfScale(samples, hfscale);
}
/* Now filter and mix to the appropriate outputs. */