modulepackage
0.0.0-20180415113528-8bdace674401
Repository: https://github.com/cryptix/wav.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewReader returns a new WAV reader wrapper.
# Variables
ErrBrokenChunkFmt error.
ErrFormatNotSupported error.
ErrInputToLarge error.
ErrNoBitsPerSample error.
ErrNotRiff error.
ErrNotWave error.
# Structs
ErrIncorrectChunkSize struct.
File describes the WAV file.
Reader wraps WAV stream.
Writer encapsulates a io.WriteSeeker and supplies Functions for writing samples.