|
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.