<?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: Synthesizing Speech with pyTTS</title>
	<atom:link href="http://mindtrove.info/articles/synthesizing-speech-with-pytts/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindtrove.info</link>
	<description>Collecting ideas since 1980</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:18:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Richard</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-9464</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-9464</guid>
		<description>Alright, I finally got it to work! MSSam should be Microsoft Sam. Other voices have their own particular names. Obviously, you have to get the names right, but there appears to be a discrepancy between the names given by 
  tts.SetVoiceByName(&#039;MSMary&#039;)
vs. in XML
  &lt;voice required=&quot;name=Microsoft Mary&quot;&gt;

Why the difference?</description>
		<content:encoded><![CDATA[<p>Alright, I finally got it to work! MSSam should be Microsoft Sam. Other voices have their own particular names. Obviously, you have to get the names right, but there appears to be a discrepancy between the names given by<br />
  tts.SetVoiceByName(&#8216;MSMary&#8217;)<br />
vs. in XML<br />
  &lt;voice required=&#8221;name=Microsoft Mary&#8221;&gt;</p>
<p>Why the difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-9458</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-9458</guid>
		<description>Sorry, I didn&#039;t realize that the tags would be taken out of my previous post. The XML tried (and didn&#039;t work) was supposed to read:

&lt;voice name=&quot;MSSam&quot;&gt;I am Sam. Sam I am.&lt;voice/&gt;&gt;
&lt;voice name=&quot;MSMary&quot;&gt;Hi, I&#039;m Mary.&lt;voice/&gt;&gt;

&lt;voice required=&quot;name=MSSam&quot;&gt;I am Sam. Sam I am.&lt;voice/&gt;&gt;
&lt;voice required=&quot;name=MSMary;&quot;&gt;Hi, I&#039;m Mary.&lt;voice/&gt;&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, I didn&#8217;t realize that the tags would be taken out of my previous post. The XML tried (and didn&#8217;t work) was supposed to read:</p>
<p>&lt;voice name=&#8221;MSSam&#8221;&gt;I am Sam. Sam I am.&lt;voice/&gt;&gt;<br />
&lt;voice name=&#8221;MSMary&#8221;&gt;Hi, I&#8217;m Mary.&lt;voice/&gt;&gt;</p>
<p>&lt;voice required=&#8221;name=MSSam&#8221;&gt;I am Sam. Sam I am.&lt;voice/&gt;&gt;<br />
&lt;voice required=&#8221;name=MSMary;&#8221;&gt;Hi, I&#8217;m Mary.&lt;voice/&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-9457</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-9457</guid>
		<description>I tried the XML:
I am Sam. Sam I am.
Hi, I&#039;m Mary.
but it doesn&#039;t change voices. I&#039;m on Windows XP with SAPI 5.1 and python 2.5.4  installed.

Same goes for this:
I am Sam. Sam I am.
Hi, I&#039;m Mary.

Am I doing something wrong, or does pyTTS not support changing voices?

Also, I find that if there&#039;s any typos in the tags, pyTTS will throw and exception. That&#039;s pretty harsh. I think it might be better if it just ignored the tag and gave a warning, but finished the TTS anyway.</description>
		<content:encoded><![CDATA[<p>I tried the XML:<br />
I am Sam. Sam I am.<br />
Hi, I&#8217;m Mary.<br />
but it doesn&#8217;t change voices. I&#8217;m on Windows XP with SAPI 5.1 and python 2.5.4  installed.</p>
<p>Same goes for this:<br />
I am Sam. Sam I am.<br />
Hi, I&#8217;m Mary.</p>
<p>Am I doing something wrong, or does pyTTS not support changing voices?</p>
<p>Also, I find that if there&#8217;s any typos in the tags, pyTTS will throw and exception. That&#8217;s pretty harsh. I think it might be better if it just ignored the tag and gave a warning, but finished the TTS anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python Test-to-Speech: Making Your PC Talk &#171; The Mouse Vs. The Python</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-8208</link>
		<dc:creator>Python Test-to-Speech: Making Your PC Talk &#171; The Mouse Vs. The Python</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-8208</guid>
		<description>[...] after getting hired at my current job, my boss sent me a script (which I think was based on this article) about Python and a certain text-to-speech module called pyTTS. This was right after Python 2.5 had [...]</description>
		<content:encoded><![CDATA[<p>[...] after getting hired at my current job, my boss sent me a script (which I think was based on this article) about Python and a certain text-to-speech module called pyTTS. This was right after Python 2.5 had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speech with Python &#171; There is no security on this earth. Only opportunity.</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-6512</link>
		<dc:creator>Speech with Python &#171; There is no security on this earth. Only opportunity.</dc:creator>
		<pubDate>Sun, 17 Jan 2010 09:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-6512</guid>
		<description>[...] http://mindtrove.info/articles/synthesizing-speech-with-pytts/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://mindtrove.info/articles/synthesizing-speech-with-pytts/" rel="nofollow">http://mindtrove.info/articles/synthesizing-speech-with-pytts/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Parente</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-6458</link>
		<dc:creator>Peter Parente</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-6458</guid>
		<description>I&#039;m not sure if that&#039;s part of the info provided by SAPI. You should get reasonable results by registering listeners for utterance and word callbacks, starting a timer when you see the start of an utterance, and calculating the elapsed time each time you get a word utterance. Is that accurate enough for your needs?

You might also want to look at http://mindtrove.info/pyttsx which is meant to be a cross platform replacement for pyTTS.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if that&#8217;s part of the info provided by SAPI. You should get reasonable results by registering listeners for utterance and word callbacks, starting a timer when you see the start of an utterance, and calculating the elapsed time each time you get a word utterance. Is that accurate enough for your needs?</p>
<p>You might also want to look at <a href="http://mindtrove.info/pyttsx" rel="nofollow">http://mindtrove.info/pyttsx</a> which is meant to be a cross platform replacement for pyTTS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://mindtrove.info/articles/synthesizing-speech-with-pytts/comment-page-1/#comment-6300</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://mindtrove.info/wp/?page_id=18#comment-6300</guid>
		<description>Is it possible to get the timing marks for each word spoken?</description>
		<content:encoded><![CDATA[<p>Is it possible to get the timing marks for each word spoken?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
