TextToSpeech Node

TextToSpeech Node

The TextToSpeech component transcribes arbitrary text variables directly into fluid sound output streams dynamically.


Speech Synthesis Topology

graph LR
    ReadText["Extract Node String<br/>(e.g., 'Welcome back, ${name}')"] ==>|"Submit Payload"| SynthEngine["Cloud Synthesis Service"]
    SynthEngine ==>|"Return GSM Binary"| CallAudio["Stream Spoken File to Caller"]

    classDef textToken fill:#0f172a,stroke:#38bdf8,stroke-width:2px,color:#fff,rx:6px,ry:6px;
    classDef svcToken fill:#312e81,stroke:#ec4899,stroke-width:2px,color:#fff,rx:6px,ry:6px;

    class ReadText,CallAudio textToken;
    class SynthEngine svcToken;

TTS Options

1. Professional Language Accents

Select local accents and custom human vocal profiles directly inside the inspector tool to match regional brand voices perfectly.

2. Dynamic Variable Support

Interpolate user session keys directly inside your sentence strings to deliver customized customer account balances cleanly.