enum SHAPE_EQCOMP_COMPRESSOR_MODE
{
SHAPE_EQCOMP_COMPRESSOR_MODE_PEAK,
SHAPE_EQCOMP_COMPRESSOR_MODE_RUNNING_AVERAGE
};
| 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. |
Header: Declared in shapeeqcompcontext.h.
Library: Use acphal.lib.