Re: Sound for countdown timer



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

alex wrote:
I'm trying to get sound working for a general purpose countdown timer
that can be set for hours, minutes, and seconds. It offers a variety of
sounds that you can choose from to indicate the end of countdown. The
counter works in Windows or Linux. I want to use it in UBUNTU.


The counter works _online_ and you can access it directly without
downloading at:

http://timberfrog.com/countdown/


In my case, the timer can be set and works counts down fine but that I don't have
any sound neither the test nor end of countdown, so I need help in setting up the sound.

There are several, though I haven't looked lately to see which ones
are the easiest to use through Ubuntu; try this:

aptitude search timer or aptitude search countdown

You won't have to be root to try this. Are you seeking a GUI kind
of thing? There's a 'typing rest timer', for example, or if you're
comfortable with the command line, you can always pipe commands like this:

echo /usr/local/bin/mytimer-program | at now +12 minutes

...and in 12 minutes the program will launch, though it won't be tied
to an X window, unless you make special arrangements.

I use something like this:

echo "$HOME/bin/wakeme Today we look for work" | at now + 1 day

And the program will call 'wakeme' which uses festival to say the
words, after playing some claxon sounds, and making sure the music
players have all been stopped. Yeah, it's an alarm clock.

Lots of things are posisible, though...
- --
------------------------------------------------------------------------
Brian Fahrländer Christian, Conservative, and Technomad
Evansville, IN http://Fahrlander.net/brian
ICQ: 5119262 AOL/Yahoo/GoogleTalk: WheelDweller
------------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG4a6l6PLtRzZbdhYRAi9rAJ9/S9Sxo58n5AQXWjyjydTh2kaaowCfUmFS
iVOx7mZp8fj892tzbWrPRnA=
=pg+0
-----END PGP SIGNATURE-----

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Sound for countdown timer
    ... I want to use it in UBUNTU. ... the timer can be set and works counts down fine but that I don't have ... any sound neither the test nor end of countdown, so I need help in setting up the sound. ... comfortable with the command line, you can always pipe commands like this: ...
    (Ubuntu)
  • 2nd attempt to get sound for a countdown timer.
    ... I previously posted a request about getting sound for a web based ... countdown timer but probably didn't describe the problem clearly. ... The timer is web based and can be accessed immediately by clicking: ... The countdown works perfectly in UBUNTU ...
    (Ubuntu)
  • re: Windows Media Encoder Merge and overlay
    ... overlay with Encoder 9 ... For VB6 - add a timer control to your form. ... Private CountDown As Integer ... Private Sub Command1_Click ...
    (microsoft.public.windowsmedia.encoder)
  • re: Windows Media Encoder Merge and overlay
    ... For VB6 - add a timer control to your form. ... Private CountDown As Integer ... Private Sub Command1_Click ...
    (microsoft.public.windowsmedia.encoder)
  • Re: Countdown timer cycle alignment
    ... > I need to make a countdown timer that repeats a countdown sequence ... How about a timer with an interval < 1 sec with the following logic ... when the next trigger time occurs. ...
    (alt.comp.lang.borland-delphi)