X-Git-Url: https://git.decadent.org.uk/gitweb/?p=lca-dvswitch.git;a=blobdiff_plain;f=index.html;h=17831b4cb964eaade905218e42f2ad79d8ca7bcc;hp=3d506df9d386a6acaf3e393bdbd69746d33f530a;hb=49e76ea761521123edfc75179275356531dfea4d;hpb=00e98dddff05fa6becc1ff972f179838ee4204b8 diff --git a/index.html b/index.html index 3d506df..17831b4 100644 --- a/index.html +++ b/index.html @@ -180,10 +180,13 @@

Overview of the system

-

- A simplified view of the typical components: -

- + +
+

+ This is a simplified view of the typical components. The system + is completely flexible as to which sinks and sources are used. +

+
@@ -259,7 +262,29 @@

Mixer UI, annotated

- + +
+ +
+

Mixer internals

+ +
+

+ To simplify the diagram, I omitted connection setup, tally light + and recording control, and the internal sinks that haven't been + implemented yet. +

+

+ All these interfaces have limited-length queues. If a queue + fills up, frames have to be dropped - we must not block or use + unlimited memory! +

+

+ The mixer clock thread maintains a frame clock at about 25 or + 30 Hz depending on the video system, constantly adjusted to + follow the audio source. +

+