devilz_wishbone
01-21-2016, 05:08 PM
This is my very first submission to Dynamic Drive, have used the website since 2005 and been very useful to me over the years and thought id contribute some code my self.
The following is a Talking Clock (Or SpeakingClock as some people know the service to be)
This makes use of the speechSynthesis DOM element in newer browsers of Chrome and Firefox, and im lead to believe this also is available on iOS browsers.
I believe it does not work for IE browsers (Rolls eyes as usual, good old Microsoft)
This is my first version and is what id consider a rough draft, I worked on it last night and had it running thru out the day reading the correct times.
Traditional speaking clocks using TTS read the time as 16:45 (Sixteen Forty Five)
This clock reads the time as a person would usually tell a friend, ie 16:45 = Quarter to Five, 00:00 = Midnight
The time interval can be adjusted and you can set it to read out as frequent as you want, (Not easy at the moment as this is my first draft) but in time id like to update it once ive made it more jazzy and easier to blend into some ones existing webpage or even have variables that pass that make it easy to configure and set.
For now if this gets approved, my name is Adam MacKay (UK).
Thanks you
Enjoy and hopefully you guys like it
Revision follows beneath....
The following is a Talking Clock (Or SpeakingClock as some people know the service to be)
This makes use of the speechSynthesis DOM element in newer browsers of Chrome and Firefox, and im lead to believe this also is available on iOS browsers.
I believe it does not work for IE browsers (Rolls eyes as usual, good old Microsoft)
This is my first version and is what id consider a rough draft, I worked on it last night and had it running thru out the day reading the correct times.
Traditional speaking clocks using TTS read the time as 16:45 (Sixteen Forty Five)
This clock reads the time as a person would usually tell a friend, ie 16:45 = Quarter to Five, 00:00 = Midnight
The time interval can be adjusted and you can set it to read out as frequent as you want, (Not easy at the moment as this is my first draft) but in time id like to update it once ive made it more jazzy and easier to blend into some ones existing webpage or even have variables that pass that make it easy to configure and set.
For now if this gets approved, my name is Adam MacKay (UK).
Thanks you
Enjoy and hopefully you guys like it
Revision follows beneath....