Allow to sample signal back in time. This delay-line has a twin write index, so that the read pointer can read a contiguous memory area. ____________________________________________________________________________________ | | _index | | readPointer = _index + half size | |
A delay that resyncs latency of two signals when it's not clear which has more latency. This is a building block for internal latency compensation.
Simplified delay line, mostly there to compensate latency manually. No interpolation and no delay change while playing.
Delay-line implementation.