jatui

SpeechForm

Text-to-speech form with voice selector, character counter, and audio preview

Default

The system will convert your text to natural-sounding speech which you can download and use.

Short max length + custom voices

Short clip mode: max 200 characters.

Props

PropTypeDefaultDescription
textstring''Bindable text value
voicestring'en-US-female-27'Bindable selected voice ID
previewUrlstring | nullnullAudio blob URL for preview player
isCreatingbooleanfalseDisable form during generation
maxLengthnumber1000Character limit
voiceOptions{ id, label }[]6 built-in voicesVoice selector options
infoTextstringgeneric hintHelper text below the form
onSubmit() => voidSubmit callback
onCancel() => voidCancel callback