Skip to main content

Module ltc_encoder

Module ltc_encoder 

Source
Expand description

LTC audio signal encoder.

Encodes timecode values into audio-rate biphase-mark modulated samples suitable for embedding in an audio track. The encoder produces f32 samples at a configurable sample rate and can generate a continuous stream of LTC audio across multiple frames.

Structsยง

LtcAudioEncoder
Generates biphase-mark modulated audio samples from LTC bit words.
LtcBitEncoder
Converts timecode fields into an 80-bit LTC word (as a [u8; 80] of 0/1).
LtcSignalParams
Parameters controlling the LTC audio signal generation.