package
0.0.0-20240411020228-c5379f9b5b61
Repository: https://github.com/mattetti/audio.git
Documentation: pkg.go.dev

# Functions

NewDecoder creates a new reader reading the given reader and pushing audio data to the given channel.
NewEncoder creates a new encoder to create a new aiff file.

# Variables

No description provided by the author
ErrFmtNotSupported is a generic error reporting an unknown format.
ErrUnexpectedData is a generic error reporting that the parser encountered unexpected data.
No description provided by the author

# Structs

Chunk is a struct representing a data chunk the reader is shared with the container but convenience methods are provided.
Decoder is the wrapper structure for the AIFF container.
Encoder encodes LPCM data into an aiff content.