Use a single buffer for the reverb delay input
commitb938f1d71658320c73799573a9da692ac3d215a3
authorChris Robinson <chris.kcat@gmail.com>
Sat, 3 Feb 2024 01:40:52 +0000 (2 17:40 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 3 Feb 2024 01:40:52 +0000 (2 17:40 -0800)
treeee922833825748825a057456b08c4ff6fc02236b
parentcda0a51739d6b578a33105ce9b08ddcb6bc93c43
Use a single buffer for the reverb delay input

The room gain/lf/hf is applied when tapping for the early reflections, which
makes the initial input delay buffer the same for both pipelines, allowing it
to be shared. Each pipeline fades its early reflection input taps to create a
smoother transition.
alc/effects/reverb.cpp