Don't use a ringbuffer design for the limiter's side chain
commit32494e72a55569b5de1d899663f0c76160e85cd9
authorChris Robinson <chris.kcat@gmail.com>
Sat, 29 Sep 2018 18:54:45 +0000 (29 11:54 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 29 Sep 2018 18:54:45 +0000 (29 11:54 -0700)
treeee0769e1290cea56ce7fcd0b01f7619b37d4d16f
parent0396c0ecd2a10ed74cf1f75e58242b1595598b2e
Don't use a ringbuffer design for the limiter's side chain

Rather than continuously wrapping when used, each update uses it from the front
and copies the tail to the front at the end. This allows for more effficient
accesses in loops.
Alc/mastering.c
Alc/mastering.h