Skip to content

Commit

Permalink
audio/wav: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jul 14, 2024
1 parent 531dc7e commit af29b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/wav/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (s *Stream) SampleRate() int {
// The format must be 1 or 2 channels, 8bit or 16bit little endian PCM.
// The format is converted into 2 channels and 16bit.
//
// DecodeWithSampleRate returns error when decoding fails or IO error happens.
// DecodeWithoutSampleRate returns error when decoding fails or IO error happens.
//
// The returned Stream's Seek is available only when src is an io.Seeker.
//
Expand Down

0 comments on commit af29b71

Please sign in to comment.