Skip to content

synth_speak_async

CryoEagle edited this page Jan 7, 2019 · 4 revisions

synth_speak_async

Synthetize text to speech

Syntax:

synth_speak_async(text)
Argument Description
string text The string to synthetize

Returns: N/A

Description:

This function synthetize text to speech, it's like synth_speak(); but this don't stop the game when speak.

Example:

synth_speak("Hello, im really speaking."); 

This above code will say „Hello, im really speaking“

Back to Synth

Clone this wiki locally