Update speaker.go

This commit is contained in:
clairdl
2021-10-12 00:12:59 -07:00
committed by GitHub
parent d2307272d4
commit 9c552334a7

View File

@@ -75,7 +75,7 @@ func Close() {
}
}
// Lock locks the speaker. While locked, speaker won't pull new data from the playing Stramers. Lock
// Lock locks the speaker. While locked, speaker won't pull new data from the playing Streamers. Lock
// if you want to modify any currently playing Streamers to avoid race conditions.
//
// Always lock speaker for as little time as possible, to avoid playback glitches.