<?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: Python Text-to-Speech: Making Your PC Talk</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Diane</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-22890</link>
		<dc:creator>Diane</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-22890</guid>
		<description>If we go to the author’s website you’ll find that he’s moved on to Screen Reading technology and has created a program called Clique. Thanks G-d bless ;-)</description>
		<content:encoded><![CDATA[<p>If we go to the author’s website you’ll find that he’s moved on to Screen Reading technology and has created a program called Clique. Thanks G-d bless <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driscollis</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-20778</link>
		<dc:creator>driscollis</dc:creator>
		<pubDate>Sun, 16 May 2010 00:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-20778</guid>
		<description>Thanks for the info. I didn&#039;t test this with Python 2.6, so that&#039;s good to know.&lt;br&gt;&lt;br&gt;- Mike</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I didn&#39;t test this with Python 2.6, so that&#39;s good to know.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-20770</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 15 May 2010 05:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-20770</guid>
		<description>pyttsx seems to lack a non-blocking mode, so a thread might be necessary.&lt;br&gt;To use most of the features of pytts with python 2.6, I have copied the pyTTS folder from the site-packages of another version of python, and replaced TTSFast.py with an empty file so the incompatible _TTSFast.pyd is not imported anymore.</description>
		<content:encoded><![CDATA[<p>pyttsx seems to lack a non-blocking mode, so a thread might be necessary.<br />To use most of the features of pytts with python 2.6, I have copied the pyTTS folder from the site-packages of another version of python, and replaced TTSFast.py with an empty file so the incompatible _TTSFast.pyd is not imported anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ozsvald</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-20521</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-20521</guid>
		<description>Hi Mike, nice post. I wrote about the open source Festival TTS tool a while back along with links to some Python speech wrappers, I&#039;ve added a link to your post (I hadn&#039;t seen pyTTS/pyTTSX). Cheers!
http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/

Ian.</description>
		<content:encoded><![CDATA[<p>Hi Mike, nice post. I wrote about the open source Festival TTS tool a while back along with links to some Python speech wrappers, I&#8217;ve added a link to your post (I hadn&#8217;t seen pyTTS/pyTTSX). Cheers!<br />
<a href="http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/" rel="nofollow">http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/</a></p>
<p>Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Ozsvald</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-22856</link>
		<dc:creator>Ian Ozsvald</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-22856</guid>
		<description>Hi Mike, nice post. I wrote about the open source Festival TTS tool a while back along with links to some Python speech wrappers, I&#039;ve added a link to your post (I hadn&#039;t seen pyTTS/pyTTSX). Cheers!
http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/

Ian.</description>
		<content:encoded><![CDATA[<p>Hi Mike, nice post. I wrote about the open source Festival TTS tool a while back along with links to some Python speech wrappers, I&#8217;ve added a link to your post (I hadn&#8217;t seen pyTTS/pyTTSX). Cheers!<br />
<a href="http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/" rel="nofollow">http://ianozsvald.com/2009/12/13/text-to-speech-festival-cross-platform-and-macspeechx-python-on-mac/</a></p>
<p>Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-20479</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-20479</guid>
		<description>Hi Brian,

Hmmm...my proof-reading skills failed me on that one. Good catch. I&#039;ve fixed that issue now.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Hmmm&#8230;my proof-reading skills failed me on that one. Good catch. I&#8217;ve fixed that issue now.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-22855</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-22855</guid>
		<description>Hi Brian,

Hmmm...my proof-reading skills failed me on that one. Good catch. I&#039;ve fixed that issue now.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Hmmm&#8230;my proof-reading skills failed me on that one. Good catch. I&#8217;ve fixed that issue now.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-20478</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 03 Apr 2010 16:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-20478</guid>
		<description>FYI: you have &quot;test&quot; in the title reather than &quot;text&quot;. I was thinking you implemented this as a unittest extension to yell at you when tests fail :)</description>
		<content:encoded><![CDATA[<p>FYI: you have &#8220;test&#8221; in the title reather than &#8220;text&#8221;. I was thinking you implemented this as a unittest extension to yell at you when tests fail <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.blog.pythonlibrary.org/2010/04/02/python-test-to-speech-making-your-pc-talk/comment-page-1/#comment-22854</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 03 Apr 2010 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=751#comment-22854</guid>
		<description>FYI: you have &quot;test&quot; in the title reather than &quot;text&quot;. I was thinking you implemented this as a unittest extension to yell at you when tests fail :)</description>
		<content:encoded><![CDATA[<p>FYI: you have &#8220;test&#8221; in the title reather than &#8220;text&#8221;. I was thinking you implemented this as a unittest extension to yell at you when tests fail <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.570 seconds -->

