Skip to content

synth_speak

drewmccluskey edited this page Feb 12, 2019 · 2 revisions

synth_speak

Synthesize text to speech

Syntax:

synth_speak(text)
Argument Description
string text The string to synthesize

Returns: void

Description:

This function synthesizes text to speech, it is like synth_speak_async(); but this function will pause the game while speaking.

Example:

synth_speak("Hello, I'm really speaking."); 

The above code will read aloud the text "Hello, I'm really speaking."

Back to Synth

Clone this wiki locally