saydate
Description:
- A Linux shell program that talks the date and system uptime.
- saydate was adapted from saytime.sh (shell version of saytime, by david@eng.sun)
Author: Anthony Tekatch
Screenshot:
Sound recording is not necessary for running saydate but it is useful if you want to record your own voice in place of mine.
Check to see if your system supports sounds by running the folowing code snippet:
# record 4 seconds of audio from microphone
dd bs=8k count=4 </dev/audio >sample.au
# play back sound
cat sample.au >/dev/audio
Requirements:
- Linux (also possible any Unix)
- /dev/audio sound device
Tested with:
- Linux Redhat 6.2
- Linux Debian
- Soundblaster PnP16 soundcard
- Crystal audio soundcard
Home
|