aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-24 01:53:45 -0800
committerChris Robinson <[email protected]>2014-11-24 01:53:45 -0800
commitd6ebf5d1b6450c53b6ad781d31f54f2e608729ca (patch)
tree8eed78a9b2e69259e1398257460910b20e22539c /Alc/hrtf.h
parent13608d4d61884a21ca5790b22fa121c2359253ed (diff)
Make CalcHrtfDelta more generic
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 938bf552..3eaa4e28 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -21,7 +21,6 @@ ALCboolean FindHrtfFormat(enum DevFmtChannels *chans, ALCuint *srate);
void FreeHrtfs(void);
ALuint GetHrtfIrSize(const struct Hrtf *Hrtf);
-ALfloat CalcHrtfDelta(ALfloat oldGain, ALfloat newGain, const ALfloat olddir[3], const ALfloat newdir[3]);
void GetLerpedHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat dirfact, ALfloat gain, ALfloat (*coeffs)[2], ALuint *delays);
ALuint GetMovingHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat dirfact, ALfloat gain, ALfloat delta, ALint counter, ALfloat (*coeffs)[2], ALuint *delays, ALfloat (*coeffStep)[2], ALint *delayStep);