<?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: How to Convert Text Document to Speech on Ubuntu Using eSpeak</title>
	<atom:link href="http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-123902</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Thu, 25 Aug 2011 16:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-123902</guid>
		<description>while reading my text file, for every statements that ends with semicolon, i want it to stop for 10 seconds, and continue with the next line.</description>
		<content:encoded><![CDATA[<p>while reading my text file, for every statements that ends with semicolon, i want it to stop for 10 seconds, and continue with the next line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bv</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-121170</link>
		<dc:creator>bv</dc:creator>
		<pubDate>Sun, 07 Aug 2011 21:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-121170</guid>
		<description>#espeak -f mydocument.txt -w myaudio.wav</description>
		<content:encoded><![CDATA[<p>#espeak -f mydocument.txt -w myaudio.wav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-93899</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Wed, 23 Mar 2011 02:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-93899</guid>
		<description>hey i am unable to convert text to speech can any one help me. i created a txt file on my desktop and i changed my path in terminal to desktop then i use this command
#espeak  mydocument.txt -w myaudio.wav
it show in desktop my audio.wav but when i play  it i am unable to listen what the file my document.txt contain</description>
		<content:encoded><![CDATA[<p>hey i am unable to convert text to speech can any one help me. i created a txt file on my desktop and i changed my path in terminal to desktop then i use this command<br />
#espeak  mydocument.txt -w myaudio.wav<br />
it show in desktop my audio.wav but when i play  it i am unable to listen what the file my document.txt contain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vichithra</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-65969</link>
		<dc:creator>vichithra</dc:creator>
		<pubDate>Wed, 13 Oct 2010 05:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-65969</guid>
		<description>this is an excellent tutorial. thanks a lot</description>
		<content:encoded><![CDATA[<p>this is an excellent tutorial. thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumya Mandi</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-49603</link>
		<dc:creator>Soumya Mandi</dc:creator>
		<pubDate>Thu, 10 Jun 2010 20:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-49603</guid>
		<description>Amazing .. I don&#039;t know how I missed this ! Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Amazing .. I don&#8217;t know how I missed this ! Thanks a lot <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-38426</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-38426</guid>
		<description>First, I must confess that I have gleaned much from the daily gems from this group.  I appreciate your efforts greatly.  Second, not meaning to be critical at all, but to clarify, 
&lt;blockquote&gt;espeak Example 3: Speak your document

This will convert the text from the mydocument.txt to speech.

# espeak --stdout -t mydocument.txt &#124; aplay&lt;/blockquote&gt;

should the &quot;-t&quot; not in fact be -f (file)?</description>
		<content:encoded><![CDATA[<p>First, I must confess that I have gleaned much from the daily gems from this group.  I appreciate your efforts greatly.  Second, not meaning to be critical at all, but to clarify, </p>
<blockquote><p>espeak Example 3: Speak your document</p>
<p>This will convert the text from the mydocument.txt to speech.</p>
<p># espeak &#8211;stdout -t mydocument.txt | aplay</p></blockquote>
<p>should the &#8220;-t&#8221; not in fact be -f (file)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris F.A. Johnson</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-38419</link>
		<dc:creator>Chris F.A. Johnson</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-38419</guid>
		<description>How does &quot;Ubuntu espeak&quot; differ from the version that is available for all Linux distros (as well as Windows)?</description>
		<content:encoded><![CDATA[<p>How does &#8220;Ubuntu espeak&#8221; differ from the version that is available for all Linux distros (as well as Windows)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seif Abaza</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-38404</link>
		<dc:creator>Seif Abaza</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-38404</guid>
		<description>it&#039;s Good Way to leaning how to speaking any language  :D</description>
		<content:encoded><![CDATA[<p>it&#8217;s Good Way to leaning how to speaking any language  <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.thegeekstuff.com/2010/03/espeak-speech-synthesizer-for-ubuntu/comment-page-1/#comment-38396</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=3120#comment-38396</guid>
		<description>nice features. thanks to bring her..</description>
		<content:encoded><![CDATA[<p>nice features. thanks to bring her..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 12:50:03 -->
