Documentation ¶
Overview ¶
Package libflac provides Go bindings to the libFLAC codec library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
Decoder is a FLAC decoder.
func NewDecoder ¶
NewDecoder creates a new Decoder object.
func NewDecoderReader ¶
func NewDecoderReader(reader io.ReadCloser) (d *Decoder, err error)
NewDecoderReader creates a new Decoder object from a Reader.
type Encoder ¶
Encoder is a FLAC encoder.
func NewEncoder ¶
NewEncoder creates a new Encoder object.
func NewEncoderWriter ¶
NewEncoderWriter creates a new Encoder object from a FlacWriter.
func (*Encoder) WriteFrame ¶
WriteFrame writes a frame of audio data to the encoder.
Click to show internal directories.
Click to hide internal directories.