Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 382 Bytes

File metadata and controls

22 lines (14 loc) · 382 Bytes

voices

List the speech voices available for generate.voice declarations in a project module.

MCP tool voices
CLI diffusion voices

Input

None.

See jsx/generate.md for the declaration a voice id goes on.

Output

One JSON object:

{ voices: Array<{ id: string; label: string; description: string }> }