Skip to content

Text To Speech

skier233 edited this page Apr 19, 2019 · 2 revisions

Text To Speech is a new feature available in Tease AI Java. Text To speech can be enabled, disabled, or left up to the personality to control via the General Settings menu.

If the Setting is set to Allow the personalities access, in a personality, the following method can be called to turn text to speech on or off:

setTTS(true); setTTS(false); alternatively, these commands are also valid: setTts(true) setTextToSpeech(true)