Skip to main content

Module tc_drift

Module tc_drift 

Source
Expand description

Timecode drift detection and correction.

Detects clock drift between timecode sources and a reference clock, and provides correction strategies for maintaining synchronization in long-form recordings.

Structs§

DriftAnalysis
Drift analysis result.
DriftConfig
Configuration for drift detection.
DriftDetector
Timecode drift detector and corrector.
DriftSample
A drift measurement sample: the observed timecode vs expected timecode at a given wall time.

Enums§

CorrectionStrategy
Drift correction strategy.

Functions§

compute_ppm
Computes effective PPM offset from two clock measurements.