Documentation ¶
Overview ¶
Package wav provides WAV (RIFF) 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 WAV (RIFF) data to playable stream.
The format must be 2 channels, 16bit little endian PCM. The sample rate must be same as that of audio context.
Click to show internal directories.
Click to hide internal directories.