SPKitCompressorLimiter is initialized and connected to its signal input with a setInputAndEstimationTime(SPKitProcessor ip, SPKitFloat et) function, where ip is a pointer to the signal input object and et is estimation time in seconds. SPKitCompressorLimiter uses the same estimation time in both its compressor and limiter sections.
SPKitCompressorLimiter implements a setCompressorThreshold(SPKitFloat value) function for setting the compressor section threshold, a setCompressionRatio(SPKitFloat value) function for setting the compression ratio (to 1:value) and a setLimiterThreshold(SPKitFloat value) function for setting the threshold of the limiter section.
Here is an example.
Calls SPKitProcessor::setInput().
Kai Lassfolk / University of Helsinki / kpl@elisir.helsinki.fi