<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Linux Talking Clock</title>
	<atom:link href="http://charlessocci.com/2009/05/27/a-linux-talking-clock/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/</link>
	<description>IT and Amateur Radio K1DNR</description>
	<lastBuildDate>Thu, 05 Jan 2012 05:26:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tonny N</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-565</link>
		<dc:creator>Tonny N</dc:creator>
		<pubDate>Sat, 13 Nov 2010 04:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-565</guid>
		<description>This is very good information works great

Everything is explained in details 

Thank you</description>
		<content:encoded><![CDATA[<p>This is very good information works great</p>
<p>Everything is explained in details </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csocci</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-206</link>
		<dc:creator>csocci</dc:creator>
		<pubDate>Thu, 05 Aug 2010 17:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-206</guid>
		<description>Excellent :-)</description>
		<content:encoded><![CDATA[<p>Excellent <img src='http://charlessocci.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: init0</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-205</link>
		<dc:creator>init0</dc:creator>
		<pubDate>Thu, 05 Aug 2010 16:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-205</guid>
		<description>Hey, i did something similar here : http://www.h3manth.com/content/speaking-clock-gnulinux</description>
		<content:encoded><![CDATA[<p>Hey, i did something similar here : <a href="http://www.h3manth.com/content/speaking-clock-gnulinux" rel="nofollow">http://www.h3manth.com/content/speaking-clock-gnulinux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csocci</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-86</link>
		<dc:creator>csocci</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-86</guid>
		<description>Hi Percy -

The script works by playing any wav file of your choosing. The wav file could be anything you want - an audio sample of Big Ben, whatever. You can also use espeak to give a synthesized speech version of any text you can type. All we are doing is using a cron job to schedule the playing of a wav file (chosen by passing variables returned from the BASH date command) - you can schedule it to do whatever you like.</description>
		<content:encoded><![CDATA[<p>Hi Percy -</p>
<p>The script works by playing any wav file of your choosing. The wav file could be anything you want &#8211; an audio sample of Big Ben, whatever. You can also use espeak to give a synthesized speech version of any text you can type. All we are doing is using a cron job to schedule the playing of a wav file (chosen by passing variables returned from the BASH date command) &#8211; you can schedule it to do whatever you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy McManus</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-85</link>
		<dc:creator>Percy McManus</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-85</guid>
		<description>Hi,

Your name came up after I typed in talking clock.  What if a person wanted a clock to announce something other than the time or date?  Would that be easy to do?  I haven&#039;t seen it anywhere else.

Thanks, 

Percy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your name came up after I typed in talking clock.  What if a person wanted a clock to announce something other than the time or date?  Would that be easy to do?  I haven&#8217;t seen it anywhere else.</p>
<p>Thanks, </p>
<p>Percy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Richardson</title>
		<link>http://charlessocci.com/2009/05/27/a-linux-talking-clock/comment-page-1/#comment-61</link>
		<dc:creator>Paul Richardson</dc:creator>
		<pubDate>Sat, 24 Oct 2009 10:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://charlessocci.com/?p=96#comment-61</guid>
		<description>Thank you so much for the basic theme, I have modified it to suit my own needs, and I love it.
a small note, in your script you show &quot;&quot; around the dir/file instructions, that isn&#039;t required on my system, other than that I added some simple clock chimes on the hour and half. It works great. Thnx again, great help.

&gt; Sure thing! I&#039;m glad you were able to make something with it!</description>
		<content:encoded><![CDATA[<p>Thank you so much for the basic theme, I have modified it to suit my own needs, and I love it.<br />
a small note, in your script you show &#8220;&#8221; around the dir/file instructions, that isn&#8217;t required on my system, other than that I added some simple clock chimes on the hour and half. It works great. Thnx again, great help.</p>
<p>> Sure thing! I&#8217;m glad you were able to make something with it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

