Mix reverb samples right after generating them
commit3f165040e2e7880c36f431bce4af13b64b2692d6
authorChris Robinson <chris.kcat@gmail.com>
Sun, 5 Aug 2018 05:48:44 +0000 (4 22:48 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 5 Aug 2018 05:52:36 +0000 (4 22:52 -0700)
treeb0646ea415881fbe7b8915d5282eb3a72f139345
parent754a32fa169b170a1c5c078c8e454ebb9570f313
Mix reverb samples right after generating them

Instead of generating both the early and late reverb samples first, then mixing
them both to output, this now generates and mixes the early reflections then
generates and mixes the late reverb. There's no reason to hold both at the same
time so this reduces the amount of temporary storage needed.
Alc/effects/reverb.c