🎛️FilterOptions
Audio filter options types
channelMix
This filter mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent from each other. Setting all factors to 0.5 means both channels get the same audio.
lowPass
Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass.
vibrato
A musical effect consisting of a regular, pulsating change of pitch. It is used to add expression to vocal and instrumental music
ChannelMixOptions
DistortionOptions
Equalizer bands reference:
KaraokeOptions
LowPassOptions
smoothing
Number (optional)
RotationOptions
rotationHz
Number (optional) The rotation speed in Hertz
TimescaleOptions
speed
Number (optional) Changes the sound to play at faster or slower tempo than originally without affecting the sound pitch.
pitch
Number (optional) Changes the sound pitch or key while keeping the original tempo (speed).
rate
Number (optional) Changes both tempo and pitch together as if a vinyl disc was played at different RPM rate.
TremoloOptions
VibratoOptions
P.S.: Some audio filter descriptions stolen from https://github.com/natanbc/lavadsp
Last updated