Interface DynamicsCompressorOptions

    interface DynamicsCompressorOptions {
        attack?: number;
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        knee?: number;
        ratio?: number;
        release?: number;
        threshold?: number;
    }
    Hierarchy

    Properties

    attack?: number
    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    knee?: number
    ratio?: number
    release?: number
    threshold?: number