<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Scriptable speech synthesis?</title>
	<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis/</link>
	<description>Comments on Ask MetaFilter post Scriptable speech synthesis?</description>
	<pubDate>Thu, 12 Mar 2009 18:39:59 -0800</pubDate>
	<lastBuildDate>Thu, 12 Mar 2009 18:39:59 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Scriptable speech synthesis?</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis</link>	
		<description>Does there exist a piece of scriptable speech synthesis software? &lt;br /&gt;&lt;br /&gt; Ideally I&apos;d like a python interface, but anything is fine. Google searches look promising, but there&apos;s so many fly-by-night &quot;download&quot; pages for various projects its hard to navigate.&lt;br&gt;
&lt;br&gt;
I have a oopic chip called a soundgin that is sort of scriptable, but the quality isn&apos;t very good and I&apos;d like an easier interface. &lt;br&gt;
&lt;br&gt;
Alternatively, is there such thing as a canonical source of recorded phonemes in variations with which one would be able to write his own?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.116627</guid>
		<pubDate>Thu, 12 Mar 2009 18:29:20 -0800</pubDate>
		<dc:creator>miniape</dc:creator>
		
			<category>speech</category>
		
			<category>linguistics</category>
		
			<category>programming</category>
		
			<category>synthesis</category>
		
	</item> <item>
		<title>By: troy</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671732</link>	
		<description>OS X has the CLI command &quot;say&quot;, eg:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;say &quot;metafilter&quot;&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671732</guid>
		<pubDate>Thu, 12 Mar 2009 18:39:59 -0800</pubDate>
		<dc:creator>troy</dc:creator>
	</item><item>
		<title>By: scruss</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671754</link>	
		<description>There&apos;s &lt;a href=&quot;http://www.cstr.ed.ac.uk/projects/festival/&quot;&gt;Festival&lt;/a&gt;, and its smaller sibling &lt;a href=&quot;http://www.speech.cs.cmu.edu/flite/&quot;&gt;flite&lt;/a&gt;. Both free.&lt;br&gt;
&lt;br&gt;
I use flite for my daily, random, automatic podcast. It sounds mechanical, but is surprisingly clear.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671754</guid>
		<pubDate>Thu, 12 Mar 2009 18:53:56 -0800</pubDate>
		<dc:creator>scruss</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671760</link>	
		<description>There are a bunch, including a speech synth and SDK and sample code freely downloadable from Microsoft for MS-Windows.&lt;br&gt;
&lt;br&gt;
And there&apos;s some stuff from CMU, I think.&lt;br&gt;
&lt;br&gt;
But. They all sound terrible. They&apos;re great technology, but they&apos;re nothing you want to listen to for more than a few minutes at a time.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671760</guid>
		<pubDate>Thu, 12 Mar 2009 18:55:32 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item><item>
		<title>By: SirOmega</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671818</link>	
		<description>You don&apos;t specify OS, so I&apos;ll note that I was able to add speech synthesis to a .NET (C#) app I wrote with one reference and a few lines of code (instantiate, .Speak(&quot;Your String&quot;);). See &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/17596fda-4f4e-4031-9d23-340869b67690/&quot;&gt;here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671818</guid>
		<pubDate>Thu, 12 Mar 2009 19:25:12 -0800</pubDate>
		<dc:creator>SirOmega</dc:creator>
	</item><item>
		<title>By: Jeff Howard</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671883</link>	
		<description>I&apos;ve played around with this on Mac OS X. It&apos;s pretty easy to get Applescript to do what you want (controlling volume, rate, pitch, etc) with any of the built-in voices. You can also embed Applescript within python if you&apos;re doing something more complex. I tinkered with this a while back, building a text-to-speech RSS reader on the Mac.&lt;br&gt;
&lt;br&gt;
I agree with orthogonality about the quality of voices. Only a handful on the Mac are even worth considering (though they&apos;re getting better). &lt;a href=&quot;http://www.research.att.com/~ttsweb/tts/demo.php&quot;&gt;AT&amp;amp;T Natural Voices&lt;/a&gt; are the best I&apos;ve found so far.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671883</guid>
		<pubDate>Thu, 12 Mar 2009 20:15:17 -0800</pubDate>
		<dc:creator>Jeff Howard</dc:creator>
	</item><item>
		<title>By: ArgentCorvid</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671947</link>	
		<description>There&apos;s a way to use the OLE automation interface to hook into the windows speech synthesis. I&apos;ve used it in ruby, but since it&apos;s OLE, you should be able to do it with any language that runs on Windows.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671947</guid>
		<pubDate>Thu, 12 Mar 2009 21:27:51 -0800</pubDate>
		<dc:creator>ArgentCorvid</dc:creator>
	</item><item>
		<title>By: ArgentCorvid</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671967</link>	
		<description>really simple example in ruby:&lt;br&gt;
&lt;pre&gt;require &apos;win32ole&apos;&lt;br&gt;
tts=WIN32OLE.new &quot;Sapi.SpVoice&quot;&lt;br&gt;
tts.speak &quot;Hello there. What is your name?&quot;&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671967</guid>
		<pubDate>Thu, 12 Mar 2009 21:40:15 -0800</pubDate>
		<dc:creator>ArgentCorvid</dc:creator>
	</item><item>
		<title>By: ArgentCorvid</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671977</link>	
		<description>&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms720592(VS.85).aspx&quot;&gt;here is the relevant documentation&lt;/a&gt; if you are going to go the Windows/Automation route.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671977</guid>
		<pubDate>Thu, 12 Mar 2009 21:48:44 -0800</pubDate>
		<dc:creator>ArgentCorvid</dc:creator>
	</item><item>
		<title>By: miniape</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1671983</link>	
		<description>Hello, thanks everyone. I&apos;m actually looking for something that would allow me a low-lever control. I imagine being able to build a word out of individual IPA phonemes and controlling the parameters of each. I haven&apos;t looked at all of the above posts, so maybe one of them does what I want, but if you happen to know specifically, please post.&lt;br&gt;
&lt;br&gt;
I think a better term for what I want might be a phonetic synthesizer.&lt;br&gt;
&lt;br&gt;
Thanks</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1671983</guid>
		<pubDate>Thu, 12 Mar 2009 21:52:40 -0800</pubDate>
		<dc:creator>miniape</dc:creator>
	</item><item>
		<title>By: ArgentCorvid</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1672023</link>	
		<description>I&apos;m sorry if I&apos;m not understanding what you want, but did you mean &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms717239(VS.85).aspx&quot;&gt;like this&lt;/a&gt;?&lt;br&gt;
&lt;br&gt;
I really don&apos;t know if that&apos;s what you want, mostly just think it&apos;s cool that this sort of thing is included in windows.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1672023</guid>
		<pubDate>Thu, 12 Mar 2009 22:29:00 -0800</pubDate>
		<dc:creator>ArgentCorvid</dc:creator>
	</item><item>
		<title>By: panic</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1672056</link>	
		<description>If you have a Mac and aren&apos;t afraid of writing C code, take a look at Apple&apos;s &lt;a href=&quot;http://developer.apple.com/documentation/userexperience/Conceptual/SpeechSynthesisProgrammingGuide/Introduction/Introduction.html&quot;&gt;Speech Synthesis Programming Guide&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1672056</guid>
		<pubDate>Thu, 12 Mar 2009 23:21:09 -0800</pubDate>
		<dc:creator>panic</dc:creator>
	</item><item>
		<title>By: mmascolino</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1672248</link>	
		<description>This has been in the news a lot recently due to the &lt;a href=&quot;http://www.npr.org/templates/story/story.php?storyId=101585667&quot;&gt;Kindle&apos;s text-to-speech capability&lt;/a&gt;.  If I were you, I&apos;d follow up with a lot of the experts quoted in the articles (a lot of them seem to be researchers) and see what kind of toolkits they use.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1672248</guid>
		<pubDate>Fri, 13 Mar 2009 06:21:24 -0800</pubDate>
		<dc:creator>mmascolino</dc:creator>
	</item><item>
		<title>By: flabdablet&apos;s sock puppet</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1672390</link>	
		<description>&lt;a href=&quot;http://www.cstr.ed.ac.uk/projects/festival/&quot;&gt;Festival&lt;/a&gt; is open source and has a Scheme command interpreter.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1672390</guid>
		<pubDate>Fri, 13 Mar 2009 08:36:27 -0800</pubDate>
		<dc:creator>flabdablet&apos;s sock puppet</dc:creator>
	</item><item>
		<title>By: miniape</title>
		<link>http://ask.metafilter.com/116627/Scriptable-speech-synthesis#1672580</link>	
		<description>Thanks everyone. It looks like the MS SAPI or Festival might do what I want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.116627-1672580</guid>
		<pubDate>Fri, 13 Mar 2009 10:51:20 -0800</pubDate>
		<dc:creator>miniape</dc:creator>
	</item>
	</channel>
</rss>
