← All Components
SpeechForm
Media
Text-to-speech generation form with voice selection and character counter.
Live Demo
Text-to-speech form with voice picker and character counter.
The system will convert your text to natural-sounding speech which you can download and use.
Usage
<script>
import { SpeechForm } from "jatui"
</script>
<SpeechForm />Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "" | Input text (bindable) |
voice | string | "en-US-female-27" | Selected voice (bindable) |
voiceOptions | { id, label }[] | [6 presets] | Voice option list |
maxLength | number | 1000 | Max text length |
onSubmit | () => void | - | Generate callback |
onCancel | () => void | - | Cancel callback |