Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | 9 månader sedan | |
---|---|---|
.. | ||
screenshots | 1 år sedan | |
README.md | 1 år sedan | |
control.tscn | 1 år sedan | |
icon.webp | 1 år sedan | |
icon.webp.import | 1 år sedan | |
project.godot | 9 månader sedan | |
voice_list.gd | 1 år sedan |
This is a demo showing text-to-speech support.
Language: GDScript
Renderer: Compatibility
It uses tts_*()
methods of the DisplayServer
singleton
to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.