Expand description
The frame
module deals with the frames that make up a FLAC stream.
Structs§
- Block
- A block of raw audio samples.
- Frame
Reader - Reads frames from a stream and exposes decoded blocks as an iterator.
- Stereo
Samples - An iterator over the stereo sample pairs in a block.
Type Aliases§
- Frame
Result - Either a
Block
or anError
.