|
3 月之前 | |
---|---|---|
.. | ||
screenshots | 2 年之前 | |
README.md | 10 月之前 | |
control.tscn | 1 月之前 | |
icon.webp | 2 年之前 | |
icon.webp.import | 2 年之前 | |
project.godot | 1 月之前 | |
voice_list.gd | 11 月之前 | |
voice_list.gd.uid | 1 月之前 |
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.