Voice Synthesizer SCP079
by Eibriel | MIT
This addon allows you to generate speech for SCP-079 aka The Old AI. It's made reverse engineering SBTalker, the text to speech system used by Dr. Sbatsio. And reimplementing it in Godot
To use the following function to generate the audio. Change %Phonemes to a Label and $AudioStreamPlayer to a AudioStreamPlayer ( can also be 2D or 3D). You can test it online on Itchio. Make sure the Stream parameters are correct, otherwise the audio will
Text-to-Speech Demo
by Godot Foundation | MIT
This is a demo showing text-to-speech support
This is a demo showing text-to-speech support. Language: GDScript Renderer: Compatibility How does it work? It uses tts_*() methods of the DisplayServer singleton to enumerate voice information, send utterances to the OS TTS API, and receive callback
loading more results...