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.