aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alc/hrtf.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp
index 1b3c47e3..041451bb 100644
--- a/alc/hrtf.cpp
+++ b/alc/hrtf.cpp
@@ -1368,6 +1368,11 @@ HrtfStore *GetLoadedHrtf(const std::string &name, const char *devname, const ALu
for(size_t k{0};k < HRIR_LENGTH;++k)
coeffs[k][j] = static_cast<float>(inout[1][k]);
}
+
+ ALubyte (&delays)[2] = const_cast<ALubyte(&)[2]>(hrtf->delays[i]);
+ for(size_t j{0};j < 2;++j)
+ delays[j] = static_cast<ALubyte>(minu(MAX_HRIR_DELAY,
+ (delays[j]*devrate + hrtf->sampleRate/2) / hrtf->sampleRate));
}
/* Scale the IR size for the new sample rate and update the stored