Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { AudioFormat uint16 NumChannels uint16 SampleRate uint32 BytesPerSecond uint32 BytesPerBlock uint16 BitsPerSample uint16 }
Header is a WAV file header
type LimitReadCloser ¶
LimitReadCloser is a LimitReader that can close
func (*LimitReadCloser) Close ¶
func (lrc *LimitReadCloser) Close() error
Close closes the LimitReadCloser
Click to show internal directories.
Click to hide internal directories.