Table of Contents

Enum AudioCompressorMode

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

Audio compressor mode.

public enum AudioCompressorMode

Fields

Compressor = 0

Compressor changes the amplitude of all samples above a specific threshold with a specific ratio.

Expander = 1

Expander changes the amplitude of all samples below a specific threshold with a specific ratio.