File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# General Notes
2
2
3
+ ## Key Interfaces
3
4
4
- # LIP SYNC
5
+ ## Loquacious
6
+
7
+ Stateful system configuration with various domain services configured and contained.
8
+
9
+ All system and domain logic should live under here. Server endpoints should be constrained to
10
+ dealing with the HTTP domain.
11
+
12
+ Each interactive session should have its own instance of this.
13
+
14
+ ## LoqModule
15
+
16
+ Interface with parametised types for input and output high level interaction types.
17
+
18
+ Integration point between db and possibly multiple domain service instances.
19
+
20
+ ## CreatorService
21
+
22
+ * Responsible for db creation of domain objects, one for each domain category
23
+ *
24
+
25
+
26
+ ## LIP SYNC
5
27
6
28
Q: What is the best lip-sync system/service. What inputs/workflow?
7
29
You can’t perform that action at this time.
0 commit comments