Categorygithub.com/cryptix/wav
modulepackage
0.0.0-20180415113528-8bdace674401
Repository: https://github.com/cryptix/wav.git
Documentation: pkg.go.dev

# README

wav

GoDoc Build Status wercker status

golang .wav reader and writer

Todo

  • Use type WavFile for Reader
  • Implement Stereo interleaving

# 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.