From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.math.wisc.edu ([144.92.166.194]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HMrco-0007ZO-00 for ; Thu, 01 Mar 2007 15:11:38 -0500 Received: from ulam.math.wisc.edu (ulam.math.wisc.edu [144.92.166.245]) by mta1.math.wisc.edu (Postfix) with ESMTP id 3DC737435F for ; Thu, 1 Mar 2007 14:11:02 -0600 (CST) Received: from vv507j (vv507j.math.wisc.edu [144.92.166.75]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ulam.math.wisc.edu (Postfix) with ESMTP id 388202BD9B for ; Thu, 1 Mar 2007 14:11:02 -0600 (CST) Message-ID: <002401c75c3d$bf5b9880$4ba65c90@vv507j> From: "John Heim" To: "Speakup is a screen review system for Linux." References: <20070301093033.15802.84420@rif.myfreedombox.com><20070301153910.GA10963@taylor.homelinux.net><026e01c75c1f$a1bf9f60$4ba65c90@vv507j> <20070301193814.GA4705@lnx3.holmesgrown.com> Subject: Re: OT: saytime program Date: Thu, 1 Mar 2007 14:11:07 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-UWMath-MailScanner: amavisd-new at math.wisc.edu X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 20:11:39 -0000 Yeah, I have a line in my crontab like this: 0 * * * * /bin/date +"\%l \%P" | /usr/local/bin/say -fi /dev/stdin Note that there is no %M in the date format string so every hour it just says "2 P M" or whatever. IMO, this is a better approach than running another daemon just to say the date once an hour. I deliberately did not have it stop saying the time at some reasonable hour like 9 PM. This is for the benefit of the cleaning staff. :-) One last note... I have a linux box at home that i often access from my office. I've played sounds just to see if I get an error message. So far, no complaints from my wife about strange noises coming from my home office. I was thinking of playing a practical joke this way though. "Hey hotstuff, how about coming over here and tickling my keyboard." ----- Original Message ----- From: "Steve Holmes" To: Sent: Thursday, March 01, 2007 1:38 PM Subject: Re: OT: saytime program > Hey thanks for the date suggestions. I've had something similar around > here for a long time but it just writes to the screen and I review it. > This might be fun to pipe into Cepstral Callie as she has a fine > sounding voice!:) > > I think this saytime program Cheryl and others are talking about would > automatically say the time at selected intervals if I remember > correctly. If not, well, your alias/script idea could be coupled to > cron and auto speak at designated intervals. So many ways to skin a cat > with Linux applications. > > On Thu, Mar 01, 2007 at 10:35:33AM -0600, John Heim wrote: >> I do this: >> >> alias tm='date +"\%l \%M \%P" | say -fi /dev/stdin' >> >> Then all you have to do is type 'tm' and it will say the current time. >> For >> example, "ten fourty one P M". That uses the DECtalk speech engine but >> you >> could also use espeak. >> >> alias tm='date +"\l \%M \%P" | speak >> >> Or you could have it speak through whatever synth you're using for >> speakup >> by just saying >> >> date +"%l %M %P" >> >> For that matter, you can just say 'date'. >> >> ----- Original Message ----- >> From: "Lorenzo Taylor" >> To: "Speakup is a screen review system for Linux." >> >> Sent: Thursday, March 01, 2007 9:39 AM >> Subject: Re: OT: saytime program >> >> >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > There is a saytime program that sounds better than the one in Debian? >> > Hm. If anyone has that I would like it as well. >> > >> > Thanks, >> > Lorenzo >> > - -- >> > I've always found anomalies to be very relaxing. It's a curse. >> > - --Jadzia Dax: Star Trek Deep Space Nine (The Assignment) >> > -----BEGIN PGP SIGNATURE----- >> > Version: GnuPG v1.4.3 (GNU/Linux) >> > >> > iD8DBQFF5vOeG9IpekrhBfIRAiryAJ0WGeJvEFpqbQzoiqH+Y7Glv8r9HACgruK1 >> > CG9M/fg7dpLgjhnxcagb7oY= >> > =2Mgp >> > -----END PGP SIGNATURE----- >> > >> > _______________________________________________ >> > Speakup mailing list >> > Speakup@braille.uwo.ca >> > http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > >> > >> >> >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup > > -- > HolmesGrown Solutions > The best solutions for the best price! > http://holmesgrown.ld.net/ > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > >