Interface CompressorOptions

The possible options for this node

interface CompressorOptions {
    attack: Unit.Time;
    context: BaseContext;
    knee: number;
    ratio: number;
    release: Unit.Time;
    threshold: number;
}

Hierarchy (view full)

Properties

attack: Unit.Time
context: BaseContext
knee: number
ratio: number
release: Unit.Time
threshold: number