<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/atom.xsl" type="text/xsl"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	><title>Sacha Chua - tag - emacspeak</title>
	<subtitle>Emacs, sketches, and life</subtitle>
	<link rel="self" type="application/atom+xml" href="https://sachachua.com/blog/tag/emacspeak/feed/atom/index.xml" />
  <link rel="alternate" type="text/html" href="https://sachachua.com/blog/tag/emacspeak" />
  <id>https://sachachua.com/blog/tag/emacspeak/feed/atom/index.xml</id>
  <generator uri="https://11ty.dev">11ty</generator>
	<updated>2006-10-13T02:53:00Z</updated>
<entry>
		<title type="html">Emacs and a British voice</title>
		<link rel="alternate" type="text/html" href="https://sachachua.com/blog/2006/10/emacs-and-a-british-voice/"/>
		<author><name><![CDATA[Sacha Chua]]></name></author>
		<updated>2006-10-13T06:53:00Z</updated>
    <published>2006-10-13T02:53:00Z</published>
    <category term="emacs" />
		<id>https://sachachua.com/blog/?p=3936</id>
		<content type="html"><![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>]]></content>
		</entry>
</feed>