Expand description
For handling common FLAC stream items
Many items are capitalized simply because they were capitalized in the original FLAC format documentation.
Structs§
- Frame
- A whole FLAC frame
- Frame
Header - A FLAC frame header
- Frame
Iterator - An iterator of Frames
- Frame
Number - A frame number in the stream, as FLAC frames or samples
- Subframe
Header - A Subframe Header
Enums§
- Bits
PerSample - The the possible bits-per-sample of a FLAC frame
- Block
Size - Possible block sizes in a FLAC frame, in samples
- Channel
Assignment - How the channels are assigned in a FLAC frame
- Coding
Method - A residual block’s type
- Independent
- How independent channels are stored
- Residual
Partition - An individual residual block partition
- Residual
Partition Header - A FLAC residual partition header
- Residuals
- Residual values for FIXED or LPC subframes
- Sample
Rate - Possible sample rates in a FLAC frame
- Subframe
- A FLAC’s frame’s subframe, one per channel
- Subframe
Header Type - A subframe header’s type and order
- Subframe
Type - A subframe’s type
- Subframe
Width - A 32 or 64-bit FLAC file subframe
Traits§
- Signed
Integer - A common trait for signed integers