← 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

PropTypeDefaultDescription
textstring""Input text (bindable)
voicestring"en-US-female-27"Selected voice (bindable)
voiceOptions{ id, label }[][6 presets]Voice option list
maxLengthnumber1000Max text length
onSubmit() => void-Generate callback
onCancel() => void-Cancel callback