MCPcopy
hub / github.com/jamiepine/voicebox / DemoStep

Interface DemoStep

landing/src/components/ControlUI.tsx:109–116  ·  view source on GitHub ↗

Each entry is one cycle of the demo animation: select a profile → type text → generate → play audio.

Source from the content-addressed store, hash-verified

107
108/** Each entry is one cycle of the demo animation: select a profile → type text → generate → play audio. */
109interface DemoStep {
110 profileIndex: number;
111 text: string;
112 audioUrl: string;
113 engine: string;
114 duration: string;
115 effect?: string;
116}
117
118const DEMO_SCRIPT: DemoStep[] = [
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected