forked from pothtonswer/discordmuffin
Spelling
This commit is contained in:
parent
8023a80e0b
commit
02a6e04b47
1 changed files with 1 additions and 1 deletions
2
voice.go
2
voice.go
|
@ -472,7 +472,7 @@ type Packet struct {
|
||||||
PCM []int16
|
PCM []int16
|
||||||
}
|
}
|
||||||
|
|
||||||
// opusReceiver listens on the UDP socket for incomming packets
|
// opusReceiver listens on the UDP socket for incoming packets
|
||||||
// and sends them across the given channel
|
// and sends them across the given channel
|
||||||
// NOTE :: This function may change names later.
|
// NOTE :: This function may change names later.
|
||||||
func (v *Voice) opusReceiver(c chan *Packet) {
|
func (v *Voice) opusReceiver(c chan *Packet) {
|
||||||
|
|
Loading…
Reference in a new issue