hoshimi
    Preparing search index...

    Interface EnabledDSPXPluginFilters

    The enabled filters for the lavadspx plugin.

    interface EnabledDSPXPluginFilters {
        echo: boolean;
        highPass: boolean;
        lowPass: boolean;
        normalization: boolean;
    }
    Index

    Properties

    echo: boolean

    Check if the echo filter is enabled or not.

    highPass: boolean

    Check if the high pass filter is enabled or not.

    lowPass: boolean

    Check if the low pass filter is enabled or not.

    normalization: boolean

    Check if the normalization filter is enabled or not.