StreamAlignSettings interface
Settings for a StreamAlign node This will reset all streams to the same framerates/sample rates and align their timestamps so that they completely line up for downstream operations see NorskTransform.streamAlign()
Signature:
export interface StreamAlignSettings extends ProcessorNodeSettings<StreamAlignNode>
Extends: ProcessorNodeSettings<StreamAlignNode>