]> 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 cf484addf9b859e4103d73516d09586032b4a160..a87682445b8279f09f11e091e77cb594a78ae191 100644 (file)
@@ -3,8 +3,6 @@ layout: default
 title: On Clock and Time
 ---
 
-<h2>On Clock and Time</h2>
-
 <p>
 Synchronisation in multimedia involves two concepts which are often confused: <strong>clock</strong> (or speed) and <strong>time</strong> (location in time).
 </p>
@@ -22,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>
@@ -33,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>
 
@@ -45,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>