Skip to content

Commit

Permalink
Revert change to interface
Browse files Browse the repository at this point in the history
This change must wait until we're releasing Beep v3.
  • Loading branch information
MarkKremer committed Sep 11, 2024
1 parent dd1b9b7 commit 745b86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ type Streamer interface {
// Similarly, samples[i][1] is the value of the right channel of the i-th sample.
//
// Stream returns the number of streamed samples. If the Streamer is drained and no more
// samples will be produced, it returns 0 and false. Even if Stream returns n < len(samples),
// it may use all of samples as scratch space during the call.
// samples will be produced, it returns 0 and false. Stream must not touch any samples
// outside samples[:n].
//
// There are 3 valid return patterns of the Stream method:
//
Expand Down

0 comments on commit 745b86e

Please sign in to comment.