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.