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