Limiter

Basic look-ahead limiter that is based on the compressor from before.

Constructors

this
this(int maxLookAhead = 300)

maxLookAhead is 300 by default. If you intend to use a longer look-ahead time then it is best to specify it here so that no reallocation is needed later.

Members

Functions

setLookAhead
void setLookAhead(int msLookAhead)

Meta