Module frame

Source
Expand description

The frame module deals with the frames that make up a FLAC stream.

Structs§

Block
A block of raw audio samples.
FrameReader
Reads frames from a stream and exposes decoded blocks as an iterator.
StereoSamples
An iterator over the stereo sample pairs in a block.

Type Aliases§

FrameResult
Either a Block or an Error.