package
4.1.1
Repository: https://github.com/oakmound/oak.git
Documentation: pkg.go.dev

# Variables

ErrUnsupportedBits represents that the Bits value for a Format was not supported for some operation.

# Structs

Format is a PCM format; it defines how binary audio data should be converted into real audio.
An IOReader converts an io.Reader into a pcm.Reader.

# Interfaces

The Formatted interface represents types that are aware of a PCM Format they expect or provide.
A Reader mimics io.Reader for pcm data.
A Writer can have PCM formatted audio data written to it.