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