Skip to main content
Corvus Connection

Audio: Speak

Audio
audio.speakSpeaks text with the configured text-to-speech voice. Wire the text into 'text'.Speaks the input text using the default TTS voice.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
textDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.Audio.SpeakAsync(text);