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

Interface VoiceProfile

landing/src/components/ControlUI.tsx:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// Edit this section to customise all the content shown in the ControlUI demo.
24
25interface VoiceProfile {
26 name: string;
27 description: string;
28 language: string;
29 hasEffects: boolean;
30}
31
32/** Voice profiles shown in the grid / scroll strip. Index matters — DemoScript references profiles by index. */
33const PROFILES: VoiceProfile[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected