RiTa
index
Name setVoice()
Class RiSpeech
Description Sets the current voice by name (default voice='kevin')

Additional 'mbrola' voices can also be enabled if the mbrola binary is installed and the 'mbrola.base' system property has been set by calling:

    RiSpeech.setMbrolaBase("c:\\path\\to\\mbrola\\");
Syntax
setVoice(voiceDesc);
Returns void
Usage Web & Application
Related