>Here it is:
>
>
>//SpeakTime
>local t := HourMinute(Time());
>PlaySound(t);
>
>
>Or if you want to control which voice:
>
>
>//SpeakTime
>local t := HourMinute(Time());
>local vox := "[[svox kath]]"; // or use whatever vox name you prefer
>PlaySound(vox&t);
Wow, Stephanie! So simple, yet so cool!
Now, if only there were a way to tie this into AlarmClock so whenever the
alarm went off the time would be announced.... hmmmmm....
-Jeremy
-- Read the List FAQ/Etiquette: http://www.newtontalk.net/faq.html Read the Newton FAQ: http://www.guns-media.com/mirrors/newton/faq/ This is the NewtonTalk mailing list - http://www.newtontalk.net
This archive was generated by hypermail 2.1.2 : Sun May 05 2002 - 14:04:10 EDT