ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | il y a 7 mois | |
---|---|---|
.. | ||
screenshots | il y a 1 an | |
README.md | il y a 7 mois | |
control.tscn | il y a 8 mois | |
icon.webp | il y a 1 an | |
icon.webp.import | il y a 1 an | |
project.godot | il y a 8 mois | |
voice_list.gd | il y a 8 mois |
This is a demo showing text-to-speech support.
Language: GDScript
Renderer: Compatibility
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2763
It uses tts_*()
methods of the DisplayServer
singleton
to enumerate voice information, send utterances to the OS TTS API, and receive callback signals.