hoshimi
    Preparing search index...

    Interface FilterPluginPassSettings

    interface FilterPluginPassSettings {
        boostFactor: number;
        cutoffFrequency: number;
    }
    Index

    Properties

    boostFactor: number

    The boost factor for the high pass filter.

    cutoffFrequency: number

    The cutoff frequency for the high pass filter.