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