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ยง
- LtcAudio
Encoder - Generates biphase-mark modulated audio samples from LTC bit words.
- LtcBit
Encoder - Converts timecode fields into an 80-bit LTC word (as a
[u8; 80]of 0/1). - LtcSignal
Params - Parameters controlling the LTC audio signal generation.