import * as lavalinkTypes from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";
Enums
The different end reasons. |
Interfaces
Parameters required by | |
An equalizer band, contains the band index and it's gain. | |
Base Interfaces | |
Filter that uses equalization to eliminate part of a band, usually targeting vocals. | |
Parameters required by | |
Base type for the Tremolo and Vibrato filter, this is NOT a valid lavalink filter. | |
Rotates the sound around the stereo channels/user headphones. aka Audio Panning. | |
Filter for changing the playback speed, pitch, and playback rate. | |
Type Aliases
Configures resuming for this session. | |
Response of | |
Request body of | |
Response of | |
Destroys the player. | |
A base64 encoded track, due to lavalink being developed in java it cannot be decoded "normally". | |
Configures the equalizer. | |
Payload for configuring the filters of a player. | |
Incoming messages. | |
All types of messages. | |
Returned if lavaplayer failed to load something. | |
Possible responses of | |
Returned if no matches/sources could be found for a given identifier. | |
The available operations. | |
Outgoing messages. | |
Pauses playback of the current track. | |
T Play | Starts playback of the supplied track. |
An event related to an audio player. | |
Returned when a playlist is loaded. | |
Classes | |
Returned when a search result is made (i.e. | |
T Seek | Seeks to the supplied position. |
Stats about the node. | |
T Stop | Stops playback of the current track. |
Event that is fired when an exception occurs in an audio track that causes it to halt or not start. | |
Returned when a single track was loaded | |
Event that is fired when a track starts playing. | |
Event that is fired when a track was started, but no audio frames from it have arrived in a long time, specified by the threshold set. | |
Filter that uses amplification to create a shuddering effect, where the volume quickly oscillates. | |
Similar to tremolo, whereas vibrato oscillates the pitch. | |
Payload for providing an intercepted voice server & state update | |
Sets the volume of the player. | |
Float value where 1.0 is 100%. | |
Event that is fired when an audio websocket (to Discord) is closed. |