Skip to main content

Properties


Properties

speakerId

The voice ID to use for synthesis. See available voices for options.

languageCode

The language code for the synthesized speech (e.g., ‘en-US’, ‘es-ES’).

modelId

The TTS model to use for synthesis. See available TTS models for options.

temperature

Controls randomness in synthesis. Range (0, 2]. Higher values produce more expressive and creative output, while lower values are more deterministic. Default is typically 1.1.

speakingRate

Speaking rate/speed multiplier. Range [0.5, 1.5]. 1.0 is the normal native speed. Values less than 1.0 slow down speech, values greater than 1.0 speed it up.

sampleRate

Audio output sample rate in Hz (e.g., 22050, 44100, 48000). Determines the quality and file size of the generated audio.

ttsComponent

An existing TTS component to reuse across multiple nodes. If provided, other configuration options (speakerId, modelId, etc.) are ignored in favor of the component’s configuration.