<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"

>
<channel>
	<title>Sacha Chua - tag - emacspeak</title>
	<atom:link href="https://sachachua.com/blog/tag/emacspeak/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com/blog/tag/emacspeak" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/tag/emacspeak/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
  
	<lastBuildDate>Mon, 06 Jul 2026 16:20:27 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>Emacs and a British voice</title>
		<link>https://sachachua.com/blog/2006/10/emacs-and-a-british-voice/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Fri, 13 Oct 2006 02:53:00 GMT</pubDate>
    <category>emacs</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=3936</guid>
		<description><![CDATA[<p>There's something about deep, deep cultural programming. Anything<br>
spoken with a British accent just sounds infinitely cool. Everyone<br>
uses the default voice for Asterisk and all of that &#8211; an American<br>
male.</p>
<p>You want to install festvox-rablpc16k or festvox-rablpc8k in addition<br>
to all the usual things you need for emacspeak. You'll also need<br>
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<br>
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>Random Emacs symbol: mail-extr-disable-voodoo &#8211; Variable: *If it is a regexp, names matching it will never be modified.</p>

<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2006%2F10%2Femacs-and-a-british-voice%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item>
	</channel>
</rss>