🎛️Filters
Represents a filter structure for one Player
Adding a filter can have adverse effects on lavalink performance. These filters force Lavaplayer to decode all audio to PCM, even if the input was already in the Opus format that Discord uses. This means decoding and encoding audio that would normally require very little processing. This is often the case with YouTube videos.
Properties
enabled
Checks if some filter is enabled
active
Gets a copy of active filters object
Methods
apply()
Sends the filter payload to Lavalink Node applying all active filters
clear()
Clears all active filters
set()
Sets the filters (this function will override all active filters)
options
setChannelMix()
Configs the channel mix filter
options
apply
This instance, for chaining calls
setDistortion()
Configs the distortion filter
options
apply
This instance, for chaining calls
setEqualizer()
Configs the equalizer filter. Learn more
options
apply
This instance, for chaining calls
setKaraoke()
Configs the karaoke filter
options
apply
This instance, for chaining calls
setLowPass()
Configs the low pass filter
options
apply
This instance, for chaining calls
setRotation()
Configs the rotation filter
options
apply
This instance, for chaining calls
setTimescale()
Configs the timescale filter
options
apply
This instance, for chaining calls
setTremolo()
Configs the tremolo filter
options
apply
This instance, for chaining calls
setVolume()
volume
apply
This instance, for chaining calls
setVibrato()
Configs the vibrato filter
options
apply
This instance, for chaining calls
Last updated