From 8023a80e0bf81cea4e2f6e9389df5bd21c4484a4 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 1 Feb 2016 09:13:59 -0600 Subject: [PATCH] Add comment to Packet type --- voice.go | 1 + 1 file changed, 1 insertion(+) 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