Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | пре 9 месеци | |
---|---|---|
.. | ||
screenshots | пре 1 година | |
README.md | пре 1 година | |
control.tscn | пре 1 година | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
project.godot | пре 9 месеци | |
voice_list.gd | пре 1 година |
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.