mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-02 22:14:29 +01:00
audio/wav: typo
This commit is contained in:
parent
531dc7efd9
commit
af29b7194d
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user