Apply late reverb density gain adjustment on output
commit0c67429a38836115c7dfafac989d41f006d88c86
authorChris Robinson <chris.kcat@gmail.com>
Wed, 1 Aug 2018 23:08:27 +0000 (1 16:08 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 1 Aug 2018 23:08:27 +0000 (1 16:08 -0700)
treede33ab98cf253ebd4d581b9448c2d3e423d06543
parentaa58a5d20864283cf0cd9dfbcca5c02d5c54e00e
Apply late reverb density gain adjustment on output

Because density/late line length changes start affecting late reverb output
right away, with samples that are still going through feedback decay and not
just new input samples, it makes more sense to correct for it on output instead
of input. This has the additional benefit of working with the output mixer's
gain fading, avoiding discontinuities from significant density gain changes.
Alc/effects/reverb.c