Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | hace 9 meses | |
---|---|---|
.. | ||
screenshots | hace 1 año | |
README.md | hace 1 año | |
control.tscn | hace 1 año | |
icon.webp | hace 1 año | |
icon.webp.import | hace 1 año | |
project.godot | hace 9 meses | |
voice_list.gd | hace 1 año |
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.