minor change
This commit is contained in:
parent
5c00d43168
commit
8e06ab198e
|
@ -106,7 +106,6 @@ func update() {
|
|||
for i := n * 4; i < len(buf); i++ {
|
||||
buf[i] = 0
|
||||
}
|
||||
|
||||
// send data to speaker
|
||||
player.Write(buf)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue