Skip to content

Commit

Permalink
Update speaker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eula01 authored Oct 12, 2021
1 parent d230727 commit 9c55233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speaker/speaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c55233

Please sign in to comment.