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