SHAPE_EQCOMP_COMPRESSOR_MODE Enumeration

Compressor modes.

Syntax

enum SHAPE_EQCOMP_COMPRESSOR_MODE
{
    SHAPE_EQCOMP_COMPRESSOR_MODE_PEAK,
    SHAPE_EQCOMP_COMPRESSOR_MODE_RUNNING_AVERAGE
};  

Constants

Constant Description
SHAPE_EQCOMP_COMPRESSOR_MODE_PEAK In Peak detection mode, the input signal is presented directly to the comparator such that each individual audio sample is compared with the threshold.
SHAPE_EQCOMP_COMPRESSOR_MODE_RUNNING_AVERAGE In Running Average detection mode, an approximation of the running average level of the input signal is presented to the comparator.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.