diff options
author | Chris Robinson <[email protected]> | 2019-11-28 11:48:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-11-28 12:33:26 -0800 |
commit | f6105cbff044e929c3c6edd9c79a69c1fff7b399 (patch) | |
tree | 00cc84b985e48fdec7431dfdc3eef9f2d256c992 /alc/hrtf.h | |
parent | c093728ced2da0eb5fb01235c62460262b704790 (diff) |
Resample HRIRs when loading
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |