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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to