-
-
Notifications
You must be signed in to change notification settings - Fork 19
synth_speak
drewmccluskey edited this page Feb 12, 2019
·
2 revisions
Synthesize text to speech
synth_speak(text)| Argument | Description |
|---|---|
string text |
The string to synthesize |
Returns: void
This function synthesizes text to speech, it is like synth_speak_async(); but this function will pause the game while speaking.
synth_speak("Hello, I'm really speaking."); The above code will read aloud the text "Hello, I'm really speaking."
Back to Synth