@discordx/lava-player
    Preparing search index...

    Interface LowPass

    Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass. Any smoothing values equal to or less than 1.0 will disable the filter.

    interface LowPass {
        smoothing?: number;
    }
    Index

    Properties

    Properties

    smoothing?: number

    The smoothing factor (1.0 < x)