Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Examples

const ttsComponent = new RemoteTTSComponent({
synthesisConfig: {
voice: 'alloy',
speed: 1.0,
}
});

Constructors

Interfaces


Constructors

constructor

new RemoteTTSComponent(props: RemoteTTSComponentProps): RemoteTTSComponent
Creates a new RemoteTTSComponent instance.

Parameters

props
RemoteTTSComponentProps
required
Configuration for the remote TTS component.

Returns

RemoteTTSComponent

Interfaces

RemoteTTSComponentProps

Configuration options for RemoteTTSComponent creation.

Properties

synthesisConfig?: Config Speech synthesis configuration.