HarmonyLink Documentation

    FiltersOptions

    harmonylinkDocs


    harmonylink / FiltersOptions

    Interface: FiltersOptions

    The FiltersOptions interface that is used to define the filters options to apply to the currently playing track

    Properties

    channelMix

    channelMix: channelMixOptions

    The channelMix of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:149


    distortion

    distortion: distortionOptions

    The distortion of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:148


    equalizer

    equalizer: Band[]

    The equalizer of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:143


    karaoke

    karaoke: karaokeOptions

    The karaoke of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:144


    lowPass

    lowPass: lowPassOptions

    The lowPass of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:150


    rotation

    rotation: rotationOptions

    The rotation of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:147


    timescale

    timescale: timescaleOptions

    The timescale of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:151


    tremolo

    tremolo: tremoloOptions

    The tremolo of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:145


    vibrato

    vibrato: vibratoOptions

    The vibrato of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:146


    volume

    volume: number

    The volume of the filters effect to apply

    Defined in

    src/typings/player/filters.ts:142