minor change
This commit is contained in:
parent
fdb6359fbb
commit
d0f6e646ac
|
@ -64,7 +64,6 @@ func Play(s audio.Streamer) {
|
||||||
// This function should be called at least once the duration of bufferSize given in Init, but it's
|
// This function should be called at least once the duration of bufferSize given in Init, but it's
|
||||||
// recommended to call it more frequently to avoid glitches.
|
// recommended to call it more frequently to avoid glitches.
|
||||||
func Update() error {
|
func Update() error {
|
||||||
|
|
||||||
// pull data from the streamer, if any
|
// pull data from the streamer, if any
|
||||||
streamerMu.Lock()
|
streamerMu.Lock()
|
||||||
n := 0
|
n := 0
|
||||||
|
|
Loading…
Reference in New Issue