ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | před 7 měsíci | |
---|---|---|
.. | ||
screenshots | před 1 rokem | |
README.md | před 7 měsíci | |
control.tscn | před 7 měsíci | |
icon.webp | před 1 rokem | |
icon.webp.import | před 1 rokem | |
project.godot | před 7 měsíci | |
voice_list.gd | před 7 měsíci |
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.