Skip to main content
Configuration for RemoteTTSNode using provider settings. Remarks: If no ttsComponent is provided, the node will create a new internal TTS component using the supplied synthesis options, applying sensible defaults where options are omitted. Extends: AbstractNodeProps

Interface Definition

interface RemoteTTSNodeProps {
    id?: string;
    reportToClient?: boolean;
    speakerId?: string;
}

Properties

id (optional)

id?: string
Optional explicit node identifier. Remarks: If omitted, a stable auto-generated ID based on the class name is assigned. Inherited from: AbstractNodeProps.id

reportToClient (optional)

reportToClient?: boolean
Whether this node should report its outputs to the client. If set to true, you will see the output of this node in the GraphOutputStream. Inherited from: AbstractNodeProps.reportToClient

speakerId (optional)

speakerId?: string
Voice configuration for synthesis