Scale the reverb decay weights to cover up to 20khz
commit754a32fa169b170a1c5c078c8e454ebb9570f313
authorChris Robinson <chris.kcat@gmail.com>
Sat, 4 Aug 2018 03:04:08 +0000 (3 20:04 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 4 Aug 2018 03:04:08 +0000 (3 20:04 -0700)
tree988466f9540588e54accdd73973d18f2c645034d
parent57b860d8cacff4599da5aec52b67902a57bb6b55
Scale the reverb decay weights to cover up to 20khz

Otherwise, using the device's maximum frequency will cause the weighting
factors to shift for different sample rates, irrespective of the content being
processed. 20khz is the maximum allowed reference frequency, and also acts as
the upper limit of human hearing.
Alc/effects/reverb.c