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