Limiter

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

Constructors

this
this(int maxLookAhead)

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

getNextSample
T getNextSample(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
setLookAhead
void setLookAhead(int msLookAhead)

Meta