Limiter Lookahead
Implemented a lookahead in our limiter with a delay buffer.
Default lookahead is 1.45 ms, or about 64 samples.
1000 / 44000 * 64 = 1.4545454545... ms
Implemented a lookahead in our limiter with a delay buffer.
Default lookahead is 1.45 ms, or about 64 samples.
1000 / 44000 * 64 = 1.4545454545... ms