<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>sacha chua :: enterprise 2.0 consultant, storyteller, geek &#187; emacspeak</title>
	<atom:link href="http://sachachua.com/wp/category/emacspeak/feed/" rel="self" type="application/rss+xml" />
	<link>http://sachachua.com/wp</link>
	<description>I help people connect through blogs, wikis, other Web 2.0 tools. I'm also writing a book about Emacs.</description>
	<pubDate>Sat, 11 Oct 2008 21:54:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Emacs and a British voice</title>
		<link>http://sachachua.com/wp/2006/10/12/emacs-and-a-british-voice/</link>
		<comments>http://sachachua.com/wp/2006/10/12/emacs-and-a-british-voice/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 02:53:00 +0000</pubDate>
		<dc:creator>Sacha Chua</dc:creator>
		
		<category><![CDATA[emacs]]></category>

		<category><![CDATA[emacspeak]]></category>

		<category><![CDATA[pimpmyemacs]]></category>

		<guid isPermaLink="false">http://sachachua.com/notebook/wiki/2006.10.12.php#anchor-4</guid>
		<description><![CDATA[<p>There's something about deep, deep cultural programming. Anything
spoken with a British accent just sounds infinitely cool. Everyone
uses the default voice for Asterisk and all of that - an American
male.</p>

<p>You want to install festvox-rablpc16k or festvox-rablpc8k in addition
to all the usual things you need for emacspeak. You'll also need
espeakf from CVS.</p>

<pre class="example">
cvs -d:pserver:anonymous@espeakf.cvs.sourceforge.net:/cvsroot/espeakf login
cvs -z3 -d:pserver:anonymous@espeakf.cvs.sourceforge.net:/cvsroot/espeakf co -P espeakf
cd espeakf
sudo make install
</pre>

<p>One of these lines is responsible for setting up espeakf. I just can't
be bothered with figuring out which. ;) Probably the dtk-program line.</p>

<pre class="example">
(setq dtk-program "/usr/share/emacs/site-lisp/emacspeak/servers/espeakf.pl")
(setenv "DTK_TCL" dtk-program)
(setenv "DTK_PROGRAM" dtk-program)
</pre>

<p>Then add this to your /etc/festival.scm:</p>

<pre class="example">
(set! voice_default 'voice_rab_diphone)
</pre>

<p>Yummy British accent goodness.</p>

<p>On Technorati: <a href="http://www.technorati.com/tag/emacs" rel="tag">emacs</a>, <a href="http://www.technorati.com/tag/emacspeak" rel="tag">emacspeak</a>, <a href="http://www.technorati.com/tag/pimpmyemacs" rel="tag">pimpmyemacs</a></p>

<p>Random Emacs symbol: mail-extr-disable-voodoo - Variable: *If it is a regexp, names matching it will never be modified.</p>
]]></description>
			<content:encoded><![CDATA[<p>There's something about deep, deep cultural programming. Anything
spoken with a British accent just sounds infinitely cool. Everyone
uses the default voice for Asterisk and all of that - an American
male.</p>

<p>You want to install festvox-rablpc16k or festvox-rablpc8k in addition
to all the usual things you need for emacspeak. You'll also need
espeakf from CVS.</p>

<pre class="example">
cvs -d:pserver:anonymous@espeakf.cvs.sourceforge.net:/cvsroot/espeakf login
cvs -z3 -d:pserver:anonymous@espeakf.cvs.sourceforge.net:/cvsroot/espeakf co -P espeakf
cd espeakf
sudo make install
</pre>

<p>One of these lines is responsible for setting up espeakf. I just can't
be bothered with figuring out which. ;) Probably the dtk-program line.</p>

<pre class="example">
(setq dtk-program "/usr/share/emacs/site-lisp/emacspeak/servers/espeakf.pl")
(setenv "DTK_TCL" dtk-program)
(setenv "DTK_PROGRAM" dtk-program)
</pre>

<p>Then add this to your /etc/festival.scm:</p>

<pre class="example">
(set! voice_default 'voice_rab_diphone)
</pre>

<p>Yummy British accent goodness.</p>

<p>On Technorati: <a href="http://www.technorati.com/tag/emacs" rel="tag">emacs</a>, <a href="http://www.technorati.com/tag/emacspeak" rel="tag">emacspeak</a>, <a href="http://www.technorati.com/tag/pimpmyemacs" rel="tag">pimpmyemacs</a></p>

<p>Random Emacs symbol: mail-extr-disable-voodoo - Variable: *If it is a regexp, names matching it will never be modified.</p>
]]></content:encoded>
			<wfw:commentRss>http://sachachua.com/wp/2006/10/12/emacs-and-a-british-voice/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
