HarmonyLink Documentation
- README
- Globals
- HarmonyLink
- Node
- Player
- Queue
- Track
- Response
- ConnectionHandler
- WebSocketClosedEvent
- TrackStuckEvent
- TrackStartEvent
- TrackExceptionEvent
- TrackEndEvent
- TrackDataInfo
- SetStateUpdate
- PlayerOptions
- PlayerEvents
- NodeStats
- NodeOption
- NodeInfo
- NodeGroup
- NodeEvents
- LavalinkNodeStatsPacket
- HarmonyLinkRequesterOptions
- HarmonyLinkEvents
- HarmonyLinkConfiguration
- FrequenCInfo
- FiltersOptions
- ErrorResponses
- FailingAddresses
- DistortionOptions
- ConnectionOptions
- Config
- ChannelMixOptions
- NodeType
- DiscordVoiceStates
- PlayerConnectionState
- PlayerLoop
- VoiceConnectionState
- AbstractPlugin
- DJSLibrary
- ErisJS
- OceanicJS
- CamelToSnake
- DefaultOptions
- GetDefaultConnectionOptions
- GetDefaultNodeStats
- LoadPlugins
- ParseHarmonyLinkConfig
- ParseOptions
- SnakeToCamel
- AnyOtherPacket
- Band
- IPBlockType
- LavalinkPlayerUpdatePacket
- LavalinkReadyPacket
- NoPlaylistInfo
- PacketVoiceServerUpdate
- PacketVoiceStateUpdate
- PlayerEvent
- PlayerObjectFromAPI
- PlayerState
- PlaylistInfoFound
- ResolveOptions
- RoutePlannerStatusBIRP
- RoutePlannerStatusBase
- RoutePlannerStatusNIRP
- RoutePlannerStatusRIRP
- RoutePlannerStatusRNIP
- TrackData
- TrackLoadResultEmpty
- TrackLoadResultPlaylist
- TrackLoadResultSearch
- TrackLoadResultTrack
- TrackLoadingResultException
- UpdatePlayerInfo
- UpdatePlayerOptions
- UpdatePlayerTrack
- VoiceServer
- KaraokeOptions
- LowPassOptions
- RotationOptions
- TimescaleOptions
- TremoloOptions
- VibratoOptions
- EventData
- LavaLinkLoadTypes
- LavalinkEventPacket
- LavalinkPackets
- LoadTrackResult
- NodeLinkV2LoadTypes
- NodeOptions
- Packet
- PartialNull
- PlayerEventType
- PlaylistInfo
- RequiredHarmonyLinkConfiguration
- RoutePlannerStatus
- RoutePlannerStatusDisabled
- Severity
- Snowflake
- TDateISO
- TDateISODate
- TDateISOTime
- TDay
- THours
- TMilliseconds
- TMinutes
- TMonth
- TSeconds
- TYear
- TrackEndReason
- Config
FiltersOptions
harmonylink • Docs
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