Interface: FixedSubFrameData

Flac. FixedSubFrameData

metadata for FIXED subframe type
Properties:
Name Type Attributes Description
order number The polynomial order.
warmup Array.<number> Warmup samples to prime the predictor, length == order.
partition Flac.SubFramePartition The residual coding method.
residual Array.<number> <optional>
The residual signal, length == (blocksize minus order) samples. NOTE will only be included if CodingOptions.analyseSubframes is enabled for the decoder.