Module: Discordrb::Voice

Defined in:
lib/discordrb/voice/encoder.rb,
lib/discordrb/voice/network.rb,
lib/discordrb/voice/voice_bot.rb

Overview

Voice support

Defined Under Namespace

Classes: Encoder, VoiceBot, VoiceUDP, VoiceWS

Constant Summary collapse

ENCRYPTED_MODE =

Signifies to Discord that encryption should be used

'xsalsa20_poly1305'.freeze
PLAIN_MODE =

Signifies to Discord that no encryption should be used

'plain'.freeze
IDEAL_LENGTH =

How long one voice packet should ideally be (20 ms as defined by Discord)

20.0
DATA_LENGTH =

How many bytes of data to read (1920 bytes * 2 channels) from audio PCM data

1920 * 2