Text-to-Speech
An extension to enable the use of Text-to-Speech features.
Authors and contributors to this experimental extension: jugule.
Text to Speech extension allows you to use the system's Text-to-Speech features to read any text aloud.
Tip
Learn how to install new extensions by following a step-by-step guide.
Actions
Speak out a message
Speaks a text message aloud through the system text-to-speech.
See parameters & details
- Parameter 1 (string): The message to be spoken
 - Parameter 2 (string): The voice to be used Voices vary depending on the operating system. Here is a list of windows voice names: https://bit.ly/windows-voices And here is a list of voice names for MacOS: https://bit.ly/mac-voices
 - Parameter 3 (🔢 Number): Volume between 0% and 100%
 - Parameter 4 (🔢 Number): Speed between 10% and 1000%
 - Parameter 5 (🔢 Number): Pitch between 0% and 200%
 
Technical note: parameters 0, 6 are internal parameters handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
TextToSpeech::Speak.
Force stop speaking
Forces all Text-to-Speech to be stopped.
See parameters & details
There are no parameters to set for this action.
Technical note: parameters 0, 1 are internal parameters handled by GDevelop.
Technical note: this action internal type (in GDevelop JSON) is
TextToSpeech::StopSpeaking.
This page is an auto-generated reference page about the Text-to-Speech extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.