Documentation ¶
Overview ¶
Package wav implements audio data decoding and encoding in WAVE format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode takes a Reader containing audio data in WAVE format and returns a StreamSeekCloser, which streams that audio. The Seek method will panic if rc is not io.Seeker.
Do not close the supplied Reader, instead, use the Close method of the returned StreamSeekCloser when you want to release the resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.