hoshimi
    Preparing search index...

    Interface EnabledPlayerFilters

    The active filters on the player.

    interface EnabledPlayerFilters {
        audioOutput: AudioOutput;
        custom: boolean;
        distortion: boolean;
        karaoke: boolean;
        lavalinkFilterPlugin: EnabledLavalinkFilters;
        lavalinkLavaDspxPlugin: EnabledDSPXPluginFilters;
        lowPass: boolean;
        nightcore: boolean;
        rotation: boolean;
        timescale: boolean;
        tremolo: boolean;
        vaporwave: boolean;
        vibrato: boolean;
        volume: boolean;
    }
    Index

    Properties

    audioOutput: AudioOutput

    Set the audio output mode.

    custom: boolean

    Check if any custom filter is enabled

    distortion: boolean

    Check if the distortion filter is enabled or not.

    karaoke: boolean

    Check if the karaoke filter is enabled or not.

    lavalinkFilterPlugin: EnabledLavalinkFilters

    The lavalink filter plugin enabled filters.

    lavalinkLavaDspxPlugin: EnabledDSPXPluginFilters

    The lavadspx plugin enabled filters.

    lowPass: boolean

    Check if the low pass filter is enabled or not.

    nightcore: boolean

    Check if the nightcore filter is enabled or not.

    rotation: boolean

    Check if the rotation filter is enabled or not.

    timescale: boolean

    Check if the timescale filter is enabled or not.

    tremolo: boolean

    Check if the tremolo filter is enabled or not.

    vaporwave: boolean

    Check if the vaporwave filter is enabled or not.

    vibrato: boolean

    Check if the vibrato filter is enabled or not.

    volume: boolean

    Check if the volume filter is enabled or not.