Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

This is a demo showing text-to-speech support.How it works:It uses `tts_*()` methods of the DisplayServer singleton to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.Language: GDScriptRenderer: Compatibility
Text-to-Speech Demo
This is a demo showing text-to-speech support.
Language: GDScript
Renderer: Compatibility
How does it work?
It uses tts_*()
methods of the DisplayServer
singleton
to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.
Screenshots
This is a demo showing text-to-speech support.
How it works:
It uses `tts_*()` methods of the DisplayServer singleton to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.
Language: GDScript
Renderer: Compatibility
Reviews
Quick Information

This is a demo showing text-to-speech support.How it works:It uses `tts_*()` methods of the DisplayServer singleton to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.Language: GDScriptRenderer: Compatibility