File size: 1,985 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
[
  {
    "route": "moss_realtime",
    "useCase": "Realtime conversational response loops",
    "outputType": "Streaming audio + event payloads",
    "uiSurface": "Live agent and telephony-ready surfaces",
    "models": [
      "Realtime speech stack",
      "Streaming ASR",
      "Dialogue controller"
    ],
    "notes": "Optimized for latency-sensitive interactions."
  },
  {
    "route": "moss_tts",
    "useCase": "General TTS preview and export",
    "outputType": "Waveform audio artifact",
    "uiSurface": "TTS Live and TTS File",
    "models": [
      "Narration TTS",
      "Voice preset layer"
    ],
    "notes": "Primary route for standard synthesis requests."
  },
  {
    "route": "moss_ttsd",
    "useCase": "Dialogue generation and scene composition",
    "outputType": "Multi-speaker audio package",
    "uiSurface": "TTS Studio dialogue canvas",
    "models": [
      "Dialogue planner",
      "Speaker assignment"
    ],
    "notes": "Built for structured dialogue scenes and character interplay."
  },
  {
    "route": "moss_voice_generator",
    "useCase": "Voice cloning and new voice design",
    "outputType": "Voice asset + metadata",
    "uiSurface": "Voice Studio asset builder",
    "models": [
      "Voice cloning",
      "Voice design"
    ],
    "notes": "Produces reusable voices for later TTS and dialogue workflows."
  },
  {
    "route": "moss_soundeffect",
    "useCase": "Future ambience and effect generation",
    "outputType": "Sound effect asset",
    "uiSurface": "Planned sound design lane",
    "models": [
      "Effect generator"
    ],
    "notes": "Planned for future public workflows."
  },
  {
    "route": "chatterbox",
    "useCase": "Fallback or compatibility path",
    "outputType": "Text or audio-ready response scaffolding",
    "uiSurface": "Operational fallback surfaces",
    "models": [
      "Fallback assistant runtime"
    ],
    "notes": "Acts as a resilience layer when a primary route is not appropriate."
  }
]