mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
audio/vorbis: Fix comments
This commit is contained in:
parent
96ca0a7ff9
commit
f6a440765b
@ -141,7 +141,7 @@ func decode(in io.ReadSeeker) (*decoded, int, int, error) {
|
||||
//
|
||||
// DecodeWithSampleRate returns error when decoding fails or IO error happens.
|
||||
//
|
||||
// DecodeWithSampleRate automatically resamples the stream to fit with the audio context if necessary.
|
||||
// DecodeWithSampleRate automatically resamples the stream to fit with sampleRate if necessary.
|
||||
//
|
||||
// A Stream doesn't close src even if src implements io.Closer.
|
||||
// Closing the source is src owner's responsibility.
|
||||
|
Loading…
Reference in New Issue
Block a user