//
pkg.gl
Category
github.com/oakmound/oak/v4
audio
pcm
package
4.1.1
Repository:
https://github.com/oakmound/oak.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
2
Dependents
7
Files
81 SLOC
#
Variables
ErrUnsupportedBits
ErrUnsupportedBits represents that the Bits value for a Format was not supported for some operation.
#
Structs
Format
Format is a PCM format; it defines how binary audio data should be converted into real audio.
IOReader
An IOReader converts an io.Reader into a pcm.Reader.
#
Interfaces
Formatted
The Formatted interface represents types that are aware of a PCM Format they expect or provide.
Reader
A Reader mimics io.Reader for pcm data.
Writer
A Writer can have PCM formatted audio data written to it.