aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-11-28 11:48:44 -0800
committerChris Robinson <[email protected]>2019-11-28 12:33:26 -0800
commitf6105cbff044e929c3c6edd9c79a69c1fff7b399 (patch)
tree00cc84b985e48fdec7431dfdc3eef9f2d256c992 /alc/hrtf.h
parentc093728ced2da0eb5fb01235c62460262b704790 (diff)
Resample HRIRs when loading
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 41bee19a..46160409 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -89,7 +89,7 @@ struct AngularPoint {
al::vector<std::string> EnumerateHrtf(const char *devname);
-HrtfStore *GetLoadedHrtf(const std::string &name);
+HrtfStore *GetLoadedHrtf(const std::string &name, ALuint devrate);
void GetHrtfCoeffs(const HrtfStore *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat distance,
ALfloat spread, HrirArray &coeffs, ALsizei (&delays)[2]);