![]() |
Maemo beeper
Hello guys!
Iīm looking for an application that beeps after a given time, continuously. Letīs say that I need a beep every 1 minute, for 30 minutes. Is there anything like that? |
Re: Maemo beeper
You could probably use a crontab for that without needing any special/external programs.
|
Re: Maemo beeper
you could probably whip something up in Flash or Python really easily. Or BASH. Just sleep for sixty seconds, then beep, and loop that x times.
|
Re: Maemo beeper
Quote:
It is useful . and I wrote a simple one-liner. If mplayer is already installed, this script will work in Osso-Xterm. Code:
for i in `seq 0 30` ; do echo $i min ; mplayer -really-quiet /usr/share/sounds/camera-video-record.wav ; sleep 60 ; done but strictly speaking , this script doesn't keep good time. (lose 0.3~0.5 sec / loop) Code:
> time mplayer /usr/share/sounds/camera-video-record.wav -really-quiet |
Re: Maemo beeper
1 Attachment(s)
I'll be shot for this one day.
Code:
#include <unistd.h> |
Re: Maemo beeper
Whoa! I appreciate all the help, guys. I will give it a try this afternoon.
and btw, I have tried eggtimer, but it does not have the option to beep every minute. Thanks! |
Re: Maemo beeper
Quote:
|
Re: Maemo beeper
Quote:
|
Re: Maemo beeper
Quote:
|
Re: Maemo beeper
Does 1 minute, see post #7.
|
All times are GMT. The time now is 06:15. |
vBulletin® Version 3.8.8