Normalizes the input amplitude to the given level. Normalizer will not overshoot like Compander will, but it needs to look ahead in the audio. Thus there is a delay equal to twice the value of the dur
parameter.
in |
The signal to be processed. |
level |
The peak output amplitude level to which to normalize the input. |
dur |
The buffer delay time. Shorter times will produce smaller delays and quicker transient response times, but may introduce amplitude modulation artifacts. |