aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-05-19 13:58:55 -0700
committerChris Robinson <[email protected]>2020-05-19 13:58:55 -0700
commit19baf646d2b22da6978655d2606440e0151aca55 (patch)
tree6134ecfb2a47bfc358b9127bcb21cb25863089fa /alc/voice.cpp
parentc5e90ed6c7878178d92aef372d67ed12d126bfc0 (diff)
Rename applyHfScale to processHfScale
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. */