I have seen how Mac can tell (and say) time on hourly, half-an-hour, or quarterly basis. This is very convenient because you can hear the Mac telling you what time it is.
I am looking for something like this on Linux. Anything that I can install to attain this?
Example:
At 10:15am, the computer will automatically says (as in speak):
"It's ten fifteen a.m."
| |||||
feedback
|
|
The Festival text to speech application comes with an example script that says the current time. All you would need is a cron job set to run at the times you wanted, running the script:
This would have festival say the time at 00 of each hour. | |||
|
feedback
|