Table of Contents

Enum AudioDynamicCharacteristics

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Specifies the knee characteristic for dynamic audio processing (compressor/expander). Controls how abruptly the gain change is applied around the threshold.

public enum AudioDynamicCharacteristics

Fields

HardKnee = 0

Hard knee. Gain reduction is applied immediately and fully once the signal crosses the threshold. Produces a more aggressive, noticeable compression/expansion effect.

SoftKnee = 1

Soft knee. Gain reduction is applied gradually as the signal approaches and crosses the threshold. Produces a more transparent, natural-sounding compression/expansion effect.