]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/19_synchronization/01_on-clock-and-time.html
fix HTML
[ardour-manual-diverged] / _manual / 19_synchronization / 01_on-clock-and-time.html
index 9a5bbae96b03023973caddfd10816d56283e7546..a87682445b8279f09f11e091e77cb594a78ae191 100644 (file)
@@ -20,10 +20,6 @@ The granularity of timecode is <strong>Video Frames</strong> and is an order of
 In the case of 48kHz and 25fps, there are 1920 samples per video frame.
 </p>
 
-<p>
-An interesting point to note is that LTC (Linear Time Code) is a Manchester Encoded, Frequency Modulated signal that carries both &#039;Clock&#039; and &#039;Time&#039;. It is possible to extract absolute position data and speed from it.
-</p>
-
 <p>
 The concept of clock and timecode is reflected in JACK and Ardour:
 </p>
@@ -31,7 +27,7 @@ The concept of clock and timecode is reflected in JACK and Ardour:
 <p>
 JACK provides clock-synchronization and is not concerned with time-code (this is not entirely true, more on jack-transport later).
 Within software, jackd provides sample-accurate synchronization between all JACK applications.
-On the harware side JACK uses the clock of the audio-interface. Synchronization of multiple interfaces requires hardware support to sync the clocks.
+On the hardware side JACK uses the clock of the audio-interface. Synchronization of multiple interfaces requires hardware support to sync the clocks.
 If two interfaces run at different clocks the only way to align the signals is via re-sampling (SRC - Sample Rate Conversion) - which decreases fidelity.
 </p>
 
@@ -43,4 +39,7 @@ Timecode is used to align systems already synchronized by a clock to a common po
 NB. to make things confusing, there are possibilities to synchronize clocks using timecode. e.g. using mechanism called <em>jam-sync</em> and a Phase-Locked-Loop.
 </p>
 
+<p>
+An interesting point to note is that LTC (Linear Time Code) is a Manchester encoded, frequency modulated signal that carries both &#039;Clock&#039; and &#039;Time&#039;. It is possible to extract absolute position data and speed from it.
+</p>