Fix a comment regarding the T60 filter coefficients

This commit is contained in:
Chris Robinson 2018-01-15 09:22:28 -08:00
parent 47c9b0a17e
commit 813b06a3a4

View File

@ -916,9 +916,8 @@ static inline void CalcHighShelfCoeffs(const ALfloat gain, const ALfloat w, ALfl
/* Calculates the 3-band T60 damping coefficients for a particular delay line
* of specified length using a combination of two low/high-pass/shelf or
* pass-through filter sections (producing 3 coefficients each) and a general
* gain (7th coefficient) given decay times for each band split at two (LF/
* HF) reference frequencies (w).
* pass-through filter sections (producing 3 coefficients each) given decay
* times for each band split at two (LF/HF) reference frequencies (w).
*/
static void CalcT60DampingCoeffs(const ALfloat length, const ALfloat lfDecayTime,
const ALfloat mfDecayTime, const ALfloat hfDecayTime,