Classes
Classes provided by discord-voip
Classes
AudioPlayer
Used to play audio resources (i.e. tracks, streams) to voice connections.
AudioPlayerError
An error emitted by an AudioPlayer. Contains an attached resource to aid with debugging and identifying where the error came from.
AudioResource
Represents an audio resource that can be played by an audio player.
PlayerSubscription
Represents a subscription of a voice connection to an audio player, allowing the audio player to play audio on the voice connection.
VoiceConnection
A connection to the voice server of a Guild, can be used to play audio in voice channels.