Skip to main content

Input

Type: String | TextStream | TTSRequest The data type that TTSNode accepts as input. See TextStream and TTSRequest for more details.

Output

Type: GraphTypes.TTSOutputStream The data type that TTSNode outputs

Examples

Constructors

Interfaces


Constructors

constructor

Creates a new RemoteTTSNode instance.

Parameters

props
RemoteTTSNodeProps
Configuration for the TTS node.

Returns

RemoteTTSNode

Interfaces

RemoteTTSNodeProps

Configuration for RemoteTTSNode using provider settings.

Properties

speakerId?: string Voice configuration for synthesis languageCode?: string Voice configuration for synthesis modelId?: string Voice configuration for synthesis temperature?: number Voice configuration for synthesis speakingRate?: number Voice configuration for synthesis sampleRate?: number Voice configuration for synthesis ttsComponent?: AbstractComponent | RemoteTTSComponent Voice configuration for synthesis