<?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"
	>
<channel>
	<title>Comments on: Speech synthesis on the OS X command line</title>
	<atom:link href="http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line</link>
	<description>Richard Cyganiak's Weblog</description>
	<pubDate>Fri, 12 Mar 2010 02:00:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Matthew Elvey</title>
		<link>http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-302304</link>
		<dc:creator>Matthew Elvey</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-302304</guid>
		<description>&lt;p&gt;Thanks!  I'm trying to use this to run meetings:&lt;/p&gt;

&lt;p&gt;say "Hello, and welcome to the meeting.  We begin with announcements. 10 minutes. Begin"
sleep 540
say "9 minutes have passed"
sleep 60
say "ok, Time up"
say "What's next?"
say "Items we will discuss for 5 minutes.  Ready?"
say "Item 1: Widget output.  Yes, I can even read the agenda items to us. If I do that, it could help keep us on track..."&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!  I&#8217;m trying to use this to run meetings:</p>

<p>say &#8220;Hello, and welcome to the meeting.  We begin with announcements. 10 minutes. Begin&#8221;
sleep 540
say &#8220;9 minutes have passed&#8221;
sleep 60
say &#8220;ok, Time up&#8221;
say &#8220;What&#8217;s next?&#8221;
say &#8220;Items we will discuss for 5 minutes.  Ready?&#8221;
say &#8220;Item 1: Widget output.  Yes, I can even read the agenda items to us. If I do that, it could help keep us on track&#8230;&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Anderson</title>
		<link>http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-216808</link>
		<dc:creator>Tom Anderson</dc:creator>
		<pubDate>Sat, 13 Sep 2008 17:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-216808</guid>
		<description>&lt;p&gt;Oops that should have been:&lt;/p&gt;

&lt;p&gt;say -o plugh.aiff "plugh"&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops that should have been:</p>

<p>say -o plugh.aiff &#8220;plugh&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Anderson</title>
		<link>http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-216807</link>
		<dc:creator>Tom Anderson</dc:creator>
		<pubDate>Sat, 13 Sep 2008 17:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://dowhatimean.net/2006/10/speech-synthesis-on-the-os-x-command-line#comment-216807</guid>
		<description>&lt;p&gt;It turns out that unix is perfect: the &#62; symbol just redirects standard output from the terminal to a file. So it should make an empty file.&lt;/p&gt;

&lt;p&gt;If you want to send the output an aiff file use:&lt;/p&gt;

&lt;p&gt;say "plugh" -o plugh.aiff&lt;/p&gt;

&lt;p&gt;you can see this an more with&lt;/p&gt;

&lt;p&gt;man say&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It turns out that unix is perfect: the &gt; symbol just redirects standard output from the terminal to a file. So it should make an empty file.</p>

<p>If you want to send the output an aiff file use:</p>

<p>say &#8220;plugh&#8221; -o plugh.aiff</p>

<p>you can see this an more with</p>

<p>man say</p>]]></content:encoded>
	</item>
</channel>
</rss>
