Did you get a sex change too?

Jim Hurley jhurley at infostations.com
Sat Oct 15 10:48:33 EDT 2005


Is it just me? revSpeechVoices("Male") yields the same speakers as 
reSpeechVoices("Female").

Mac OS 10.4.2 & Run Rev  2.6

on mouseUp
   put revspeechvoices("Male") into tList
   repeat for each line tLine in tList
     put tLine & cr after msg box
     revsetSpeechVoice tLine
     revSpeak "I've got to stop using those hormones."
     wait until  revIsSpeaking()  is false
   end repeat
end mouseUp

Jim



More information about the use-livecode mailing list