Class RainlinkFilter

This class is for set, clear and managing filter

Constructors

Properties

currentFilter: null | FilterOptions = null

Current filter config

Methods

  • Set a filter that prebuilt in rainlink

    Parameters

    • filter:
          | "pop"
          | "clear"
          | "eightD"
          | "soft"
          | "speed"
          | "karaoke"
          | "nightcore"
          | "vaporwave"
          | "bass"
          | "party"
          | "earrape"
          | "equalizer"
          | "electronic"
          | "radio"
          | "tremolo"
          | "treblebass"
          | "vibrato"
          | "china"
          | "chimpunk"
          | "darthvader"
          | "daycore"
          | "doubletime"
          | "pitch"
          | "rate"
          | "slow"

      The filter name

    Returns Promise<RainlinkPlayer>

    RainlinkPlayer

  • Clear all the filter

    Returns Promise<RainlinkPlayer>

    RainlinkPlayer

  • Sets the filter volume of the player

    Parameters

    • volume: number

      Target volume 0.0-5.0

    Returns Promise<RainlinkPlayer>

  • Change the equalizer settings applied to the currently playing track

    Parameters

    • equalizer: Band[]

      An array of objects that conforms to the Bands type that define volumes at different frequencies

    Returns Promise<RainlinkPlayer>

  • Change the karaoke settings applied to the currently playing track

    Parameters

    • Optionalkaraoke: Karaoke

      An object that conforms to the KaraokeSettings type that defines a range of frequencies to mute

    Returns Promise<RainlinkPlayer>

  • Change the timescale settings applied to the currently playing track

    Parameters

    • Optionaltimescale: Timescale

      An object that conforms to the TimescaleSettings type that defines the time signature to play the audio at

    Returns Promise<RainlinkPlayer>

  • Change the tremolo settings applied to the currently playing track

    Parameters

    • Optionaltremolo: Freq

      An object that conforms to the FreqSettings type that defines an oscillation in volume

    Returns Promise<RainlinkPlayer>

  • Change the vibrato settings applied to the currently playing track

    Parameters

    • Optionalvibrato: Freq

      An object that conforms to the FreqSettings type that defines an oscillation in pitch

    Returns Promise<RainlinkPlayer>

  • Change the rotation settings applied to the currently playing track

    Parameters

    • Optionalrotation: Rotation

      An object that conforms to the RotationSettings type that defines the frequency of audio rotating round the listener

    Returns Promise<RainlinkPlayer>

  • Change the distortion settings applied to the currently playing track

    Parameters

    • Optionaldistortion: Distortion

      An object that conforms to DistortionSettings that defines distortions in the audio

    Returns Promise<RainlinkPlayer>

    The current player instance

  • Change the channel mix settings applied to the currently playing track

    Parameters

    • OptionalchannelMix: ChannelMix

      An object that conforms to ChannelMixSettings that defines how much the left and right channels affect each other (setting all factors to 0.5 causes both channels to get the same audio)

    Returns Promise<RainlinkPlayer>

  • Change the low pass settings applied to the currently playing track

    Parameters

    • OptionallowPass: LowPass

      An object that conforms to LowPassSettings that defines the amount of suppression on higher frequencies

    Returns Promise<RainlinkPlayer>