README / app /data /workflow_examples.json
CJGibs's picture
Build Aether Voice Studio Docker Space
703a33a
{
"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."
}
]
}