Overview > Inworld Node > Inworld Node TTSClass:UInworldNode_TTS | Inherits from:UInworldNodeA node that converts text input to synthesized speech using Text-to-Speech.This node takes either a single text input or a stream of text inputs and converts them to a stream of TTSOutput objects containing both the original text and the synthesized audio. It inherits from TypedNode with specific input/output types for handling text and audio data.Input Types:
FInworldData_Text OR FInworldData_DataStream_String (Text data to convert to speech)
FInworldData_Text (Optional emotion text to influence speech synthesis)