Documentation ¶
Overview ¶
Package vorbis provides Ogg/Vorbis decoder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
Stream is a decoded audio stream.
func Decode ¶
Decode decodes Ogg/Vorbis data to playable stream.
Decode returns error when the source format is wrong.
Sample rate is automatically adjusted to fit with the audio context.
Click to show internal directories.
Click to hide internal directories.