diff options
author | Chris Robinson <[email protected]> | 2018-01-15 09:22:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-15 09:22:28 -0800 |
commit | 813b06a3a4dbe17df1f780ecd1341e68537de153 (patch) | |
tree | 2ef5f83ed8601fc4b3bceef51a22a65e296feda7 /Alc | |
parent | 47c9b0a17e7e497aeeadea32ddb48e62bcf4a9ce (diff) |
Fix a comment regarding the T60 filter coefficients
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/effects/reverb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Alc/effects/reverb.c b/Alc/effects/reverb.c index 76f9b2d6..4e039d3e 100644 --- a/Alc/effects/reverb.c +++ b/Alc/effects/reverb.c @@ -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, |