• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,3851,278

src/H04-Apr-2019-2,2181,143

tests/H03-May-2022-463286

AUTHORSH A D04-Apr-201932 21

COPYINGH A D04-Apr-20197.5 KiB166128

ChangeLogH A D04-Apr-20194.1 KiB10987

Doxyfile.inH A D04-Apr-201974.6 KiB1,7931,299

INSTALLH A D04-Apr-201915.4 KiB371288

Makefile.amH A D04-Apr-2019441 2214

README.mdH A D04-Apr-2019677 2214

configure.acH A D04-Apr-20192.5 KiB9675

ltc.pc.inH A D04-Apr-2019246 1311

README.md

1libLTC
2------
3
4Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data
5as a Manchester-Biphase encoded audio signal.
6The audio signal is commonly recorded on a VTR track or other storage media.
7
8libltc provides functionality to encode and decode LTC audio from/to
9SMPTE or EBU timecode, including SMPTE date support.
10
11libltc is the successor of [libltcsmpte](https://sourceforge.net/projects/ltcsmpte/).
12For more information, please see the FAQ in the documentation.
13
14Documentation
15-------------
16
17The API reference, examples, as well as introduction can be found at
18
19http://x42.github.com/libltc/
20
21This site is part or the source-code in the doc/ folder.
22