File size: 3,136 Bytes
703a33a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "demo": [
    {
      "id": "live-agent-response",
      "title": "Live voice agent response",
      "summary": "Demonstrates a low-latency route for conversational systems.",
      "route": "moss_realtime",
      "outcome": "Streaming response with transcript and audio event scaffolding."
    },
    {
      "id": "clone-reference-voice",
      "title": "Clone a reference voice",
      "summary": "Takes a reference asset and turns it into a reusable library entry.",
      "route": "moss_voice_generator",
      "outcome": "Voice asset metadata with route-ready preset fields."
    },
    {
      "id": "design-custom-character",
      "title": "Design a custom character voice",
      "summary": "Converts persona and tone prompts into a studio-ready seed.",
      "route": "moss_voice_generator",
      "outcome": "Designed voice asset prepared for dialogue workflows."
    },
    {
      "id": "batch-narration-export",
      "title": "Batch narration export",
      "summary": "Shows how long-form scripts become consistent output packages.",
      "route": "moss_tts",
      "outcome": "Multiple narration files with preset continuity."
    },
    {
      "id": "dialogue-scene-generation",
      "title": "Dialogue scene generation",
      "summary": "Assigns multiple voices and renders a structured scene package.",
      "route": "moss_ttsd",
      "outcome": "Scene timeline with speaker-aware voice assets."
    },
    {
      "id": "future-sound-effects",
      "title": "Future sound effects",
      "summary": "Marks the planned lane for ambience and effects generation.",
      "route": "moss_soundeffect",
      "outcome": "Planned scene-support assets."
    }
  ],
  "creator": [
    {
      "title": "Docuseries narration",
      "summary": "Consistent long-form narration for educational or documentary content."
    },
    {
      "title": "Faceless YouTube pipelines",
      "summary": "Script to audio flows with reusable branded voices and batch export."
    },
    {
      "title": "Dialogue scenes",
      "summary": "Multi-speaker content generation with character-specific voices."
    },
    {
      "title": "Voice design presets",
      "summary": "Styleable voice seeds that can be reused across projects."
    },
    {
      "title": "Future ambience and transitions",
      "summary": "Planned support lane for narrative polish and scene texture."
    }
  ],
  "enterprise": [
    {
      "title": "Telephony-ready architecture",
      "summary": "Route-aware foundations for future voice agent and call flows."
    },
    {
      "title": "Branded voice agents",
      "summary": "Registry-backed voices with operational controls and policy hooks."
    },
    {
      "title": "Support routing",
      "summary": "Voice channels aligned to departments, use cases, and escalation lanes."
    },
    {
      "title": "Dispatch and field service voices",
      "summary": "Operational messaging for time-sensitive service scenarios."
    },
    {
      "title": "Enterprise voice infrastructure",
      "summary": "A layered model that separates UI, routing, registry, and providers."
    }
  ]
}