Interface FilterOptions

The filter options interface for using with updatePlyer()

interface FilterOptions {
    volume?: number;
    equalizer?: Band[];
    karaoke?: null | Karaoke;
    timescale?: null | Timescale;
    tremolo?: null | Freq;
    vibrato?: null | Freq;
    rotation?: null | Rotation;
    distortion?: null | Distortion;
    channelMix?: null | ChannelMix;
    lowPass?: null | LowPass;
}

Properties

volume?: number
equalizer?: Band[]
karaoke?: null | Karaoke
timescale?: null | Timescale
tremolo?: null | Freq
vibrato?: null | Freq
rotation?: null | Rotation
distortion?: null | Distortion
channelMix?: null | ChannelMix
lowPass?: null | LowPass