Skip to main content

ruvyrias / Exports / FiltersOptions

Interface: FiltersOptions

Represents the options for applying various filters to the currently player

Table of contents

Properties

Properties

_8d

Optional _8d: null | boolean

Whether to apply 8D effect.

Defined in

src/Player/Filters.ts:150


bassBoost

Optional bassBoost: number

The bass boost level.

Defined in

src/Player/Filters.ts:138


channelMix

Optional channelMix: null | ChannelMixOptions

The channel mix of the filters effect to apply.

Defined in

src/Player/Filters.ts:132


chipmunk

Optional chipmunk: null | boolean

Whether to apply chipmunk effect.

Defined in

src/Player/Filters.ts:148


daycore

Optional daycore: null | boolean

Whether to apply daycore effect.

Defined in

src/Player/Filters.ts:144


distortion

Optional distortion: null | DistortionOptions

The distortion of the filters effect to apply.

Defined in

src/Player/Filters.ts:130


equalizer

Optional equalizer: null | Band[]

The equalizer of the filters effect to apply.

Defined in

src/Player/Filters.ts:120


karaoke

Optional karaoke: null | KaraokeOptions

The karaoke of the filters effect to apply.

Defined in

src/Player/Filters.ts:122


lowPass

Optional lowPass: null | LowPassOptions

The low-pass filter options to apply.

Defined in

src/Player/Filters.ts:134


nightcore

Optional nightcore: null | boolean

Whether to apply nightcore effect.

Defined in

src/Player/Filters.ts:142


rotation

Optional rotation: null | RotationOptions

The rotation of the filters effect to apply.

Defined in

src/Player/Filters.ts:128


slowMode

Optional slowMode: null | boolean

Whether to apply slow mode.

Defined in

src/Player/Filters.ts:140


timescale

Optional timescale: null | TimescaleOptions

The time-scale options to apply.

Defined in

src/Player/Filters.ts:136


tremolo

Optional tremolo: null | TremoloOptions

The tremolo of the filters effect to apply.

Defined in

src/Player/Filters.ts:124


vaporwave

Optional vaporwave: null | boolean

Whether to apply vaporwave effect.

Defined in

src/Player/Filters.ts:146


vibrato

Optional vibrato: null | VibratoOptions

The vibrato of the filters effect to apply.

Defined in

src/Player/Filters.ts:126


volume

Optional volume: number

The volume of the filters effect to apply.

Defined in

src/Player/Filters.ts:118