module Discordrb::Voice
Discord voice chat support
Voice
support
Constants
- DATA_LENGTH
How many bytes of data to read (1920 bytes * 2 channels) from audio PCM data
- ENCRYPTED_MODE
Signifies to Discord that encryption should be used
- IDEAL_LENGTH
How long one voice packet should ideally be (20 ms as defined by Discord)
- PLAIN_MODE
Signifies to Discord that no encryption should be used