Expand description
The subframe
module deals with subframes that make up a frame of the FLAC stream.
Functions§
- decode
- Decodes a subframe into the provided block-size buffer.
- extend_
sign_ u32 - Given a signed two’s complement integer in the
bits
least significant bits ofval
, extends the sign bit to a valid 32-bit signed integer.