ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | преди 7 месеца | |
---|---|---|
.. | ||
screenshots | преди 1 година | |
README.md | преди 7 месеца | |
control.tscn | преди 7 месеца | |
icon.webp | преди 1 година | |
icon.webp.import | преди 1 година | |
project.godot | преди 7 месеца | |
voice_list.gd | преди 7 месеца |
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.