User Guide
SpeechXtra 139
SpeechXtra
Enables you to add text-to-speech functionality to a movie.
You can create a reference to a SpeechXtra object by using the
new operator.
-- Lingo syntax
objSpeech = new xtra("speechxtra")
// JavaScript syntax
var objSpeech = new xtra("speechxtra");
Method summary for the SpeechXtra object
Method
voiceCount() voiceSet()
voiceGet() voiceSetPitch()
voiceGetAll() voiceSetRate()
voiceGetPitch() voiceSetVolume()
voiceGetRate() voiceSpeak()
voiceGetVolume() voiceState()
voiceInitialize() voiceStop()
voicePause() voiceWordPos()
voiceResume()