audio/wav: typo

This commit is contained in:
Hajime Hoshi 2024-07-14 23:45:25 +09:00
parent 531dc7efd9
commit af29b7194d

View File

@ -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 must be 1 or 2 channels, 8bit or 16bit little endian PCM.
// The format is converted into 2 channels and 16bit. // 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. // The returned Stream's Seek is available only when src is an io.Seeker.
// //