You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,9 +29,6 @@ libltc - en+decode linear timecode
26
29
27
30
.in+1c
28
31
.ti-1c
29
-
.RI"#define \fBLTC_BIG_ENDIAN\fP"
30
-
.br
31
-
.ti-1c
32
32
.RI"#define \fBLTC_FRAME_BIT_COUNT\fP 80"
33
33
.br
34
34
.in-1c
@@ -377,7 +377,7 @@ Only for 1125/60 systems, the first transition occurs exactly at the vertical sy
377
377
.PP
378
378
\fBDataFields:\fP
379
379
.RS4
380
-
float \fIbiphase_tics\fP detailed timing info: phase of the LTC signal; the time between each bit in the LTC-frame in audio-frames\&. Summing all 80 values in the array will yield audio-frames/LTC-frame = (\fBoff_end\fP - \fBoff_start\fP + 1)\&.
380
+
float \fIbiphase_tics[\fBLTC_FRAME_BIT_COUNT\fP]\fP detailed timing info: phase of the LTC signal; the time between each bit in the LTC-frame in audio-frames\&. Summing all 80 values in the array will yield audio-frames/LTC-frame = (\fBoff_end\fP - \fBoff_start\fP + 1)\&.
381
381
.br
382
382
.PP
383
383
\fBLTCFrame\fP\fIltc\fP the actual LTC frame\&. see \fBLTCFrame\fP
@@ -483,7 +481,7 @@ parity bit is left untouched when setting or in/decrementing the encoder frame-n
483
481
.SS "enum \fBLTC_TV_STANDARD\fP"
484
482
the standard defines the assignment of the binary-group-flag bits basically only 25fps is different, but other standards defined in the SMPTE spec have been included for completeness\&.
485
483
.PP
486
-
\fBEnumerator:\fP
484
+
\fBEnumerator\fP
487
485
.in+1c
488
486
.TP
489
487
\fB\fILTC_TV_525_60\fP\fP
@@ -586,9 +584,7 @@ Parse raw audio for LTC timestamps\&. Once a complete LTC frame has been decoded
586
584
.br
587
585
\fIbuf\fP pointer to ltcsnd_sample_t - unsigned 8 bit mono audio data
588
586
.br
589
-
\fIsize\fP number of samples to parse
590
-
.br
591
-
\fIposinfo\fP (optional, recommended) sample-offset in the audio-stream\&. It is added to \fBoff_start\fP, \fBoff_end\fP in \fBLTCFrameExt\fP and should be monotonic (ie incremented by \fBsize\fP for every call to ltc_decoder_write)
0 commit comments