Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | před 9 měsíci | |
---|---|---|
.. | ||
screenshots | před 1 rokem | |
README.md | před 1 rokem | |
control.tscn | před 1 rokem | |
icon.webp | před 1 rokem | |
icon.webp.import | před 1 rokem | |
project.godot | před 9 měsíci | |
voice_list.gd | před 1 rokem |
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.