Re: [NTLK] Alarm Clock with speech?

From: Stephanie Maks (newton_at_maksystems.com)
Date: Tue Apr 16 2002 - 12:32:32 EDT


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);

-Stephanie
http://www.felesmagus.com/newton/

> Hmmm, I don't know about the TTS feature (that would
> be cool though) but Wake Up Call from Five Speed
> software (the people who make DashBoard) allows you
> the ability to record your own alert!
> and speaking of Dashboard...I wonder how difficult it
> would be to create a Dashboard script that grabs the
> current time and then speaks it?
> Ed

-- 
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:07 EDT