diff --git a/voice.go b/voice.go index 0d318a1..2c5165a 100644 --- a/voice.go +++ b/voice.go @@ -462,6 +462,7 @@ func (v *Voice) opusSender(opus <-chan []byte, rate, size int) { } } +// A Packet contains the headers and content of a received voice packet. type Packet struct { SSRC uint32 Sequence uint16