<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general">
    <title>gmane.emacs.emacspeak.general</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3167"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3166"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3165"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3163"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3160"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3158"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3157"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3156"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3155"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3154"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3153"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3152"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3151"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3150"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3148"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3167">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3167</link>
    <description>&lt;pre&gt;fFixing that via a patch is faster than writing a shell script:-)
    Tim&amp;gt; The problem isn't adding an option, it is getting rid of
    Tim&amp;gt; one.
    Tim&amp;gt; 
    Tim&amp;gt; I have emacspeak-play-args set to nil, but still get -N
    Tim&amp;gt; passed as an argument. This is why I use the shell
    Tim&amp;gt; scirpt. using paplay, no arguments are required. The
    Tim&amp;gt; shell script simply pulls out the second argument (the
    Tim&amp;gt; name of the sound file) and passes it to paplay.
    Tim&amp;gt; 
    Tim&amp;gt; Tim
    Tim&amp;gt; 
    Tim&amp;gt; 
    Tim&amp;gt; T. V. Raman writes:
    &amp;gt;&amp;gt; you can customize emacspeak-play-args to pass the
    &amp;gt;&amp;gt; additional option. &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; "Tim" == Tim Cross
    &amp;gt;&amp;gt; &amp;lt;tcross&amp;lt; at &amp;gt;une.edu.au&amp;gt; writes:
    Tim&amp;gt; You will need a simple shell script as there is an
    Tim&amp;gt; additional argument passed which is not controlled by
    Tim&amp;gt; customise. I use the following
    Tim&amp;gt; 
    Tim&amp;gt; #!/bin/bash
    Tim&amp;gt; 
    Tim&amp;gt; #echo $* &amp;gt;&amp;gt; /home/tcross/play-args #echo $1 &amp;gt;&amp;gt;
    Tim&amp;gt; /home/tcross/play-args #echo $2 &amp;gt;&amp;gt;
    Tim&amp;gt; /home/tcross/play-args
    Tim&lt;/pre&gt;</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2013-05-18T01:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3166">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3166</link>
    <description>&lt;pre&gt;
The problem isn't adding an option, it is getting rid of one. 

I have emacspeak-play-args set to nil, but still get -N passed as an
argument. This is why I use the shell scirpt. using paplay, no
arguments are required. The shell script simply pulls out the second
argument (the name of the sound file) and passes it to paplay. 

Tim


T. V. Raman writes:
 &amp;gt; you can customize emacspeak-play-args to pass the additional option.
 &amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; "Tim" == Tim Cross &amp;lt;tcross&amp;lt; at &amp;gt;une.edu.au&amp;gt; writes:
 &amp;gt;     Tim&amp;gt; You will need a simple shell script as there is an
 &amp;gt;     Tim&amp;gt; additional argument passed which is not controlled by
 &amp;gt;     Tim&amp;gt; customise. I use the following
 &amp;gt;     Tim&amp;gt; 
 &amp;gt;     Tim&amp;gt; #!/bin/bash
 &amp;gt;     Tim&amp;gt; 
 &amp;gt;     Tim&amp;gt; #echo $* &amp;gt;&amp;gt; /home/tcross/play-args #echo $1 &amp;gt;&amp;gt;
 &amp;gt;     Tim&amp;gt; /home/tcross/play-args #echo $2 &amp;gt;&amp;gt;
 &amp;gt;     Tim&amp;gt; /home/tcross/play-args
 &amp;gt;     Tim&amp;gt; 
 &amp;gt;     Tim&amp;gt; paplay $2 &amp;amp;
 &amp;gt;     Tim&amp;gt; 
 &amp;gt;     Tim&amp;gt; I have this in ~/bin/play and set emacspeak-play-program
 &amp;gt;     Tim&amp;gt; to it. emacspeak-play-args is empty i.e. "".&lt;/pre&gt;</description>
    <dc:creator>Tim Cross</dc:creator>
    <dc:date>2013-05-17T22:32:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3165">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3165</link>
    <description>&lt;pre&gt;you can customize emacspeak-play-args to pass the additional option.
    Tim&amp;gt; You will need a simple shell script as there is an
    Tim&amp;gt; additional argument passed which is not controlled by
    Tim&amp;gt; customise. I use the following
    Tim&amp;gt; 
    Tim&amp;gt; #!/bin/bash
    Tim&amp;gt; 
    Tim&amp;gt; #echo $* &amp;gt;&amp;gt; /home/tcross/play-args #echo $1 &amp;gt;&amp;gt;
    Tim&amp;gt; /home/tcross/play-args #echo $2 &amp;gt;&amp;gt;
    Tim&amp;gt; /home/tcross/play-args
    Tim&amp;gt; 
    Tim&amp;gt; paplay $2 &amp;amp;
    Tim&amp;gt; 
    Tim&amp;gt; I have this in ~/bin/play and set emacspeak-play-program
    Tim&amp;gt; to it. emacspeak-play-args is empty i.e. "".
    Tim&amp;gt; 
    Tim&amp;gt; Tim
    Tim&amp;gt; 
    Tim&amp;gt; 
    Tim&amp;gt; 
    Tim&amp;gt; T. V. Raman writes:
    &amp;gt;&amp;gt; Jason, Try setting up emacspeak to use paplay instead of
    &amp;gt;&amp;gt; aplay for auditory icons, -- you can do this most easily
    &amp;gt;&amp;gt; by customizing emacspeak-play-program
    &amp;gt;&amp;gt; 
    &amp;gt;&amp;gt; -- 
    &amp;gt;&amp;gt; Best Regards, --raman
    &amp;gt;&amp;gt; 
    &amp;gt;&amp;gt; -----------------------------------------------------------------------------
    &amp;gt;&amp;gt; To unsubscribe from the emacspeak list or change your
&lt;/pre&gt;</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2013-05-17T21:20:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3164">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3164</link>
    <description>&lt;pre&gt;
+1 for pulseaudio.  I think its unfairly maligned. I find it stable
and useful.  I like playing music on speakers and listening to TTS
onUSB headphones, and being able to easily move between them.


Tim Cross writes:
 &amp;gt; 
 &amp;gt; While I seem to be the exception, I find pulseaudio to be really good.
 &amp;gt; I've not observed the latency issues reported by others and really
 &amp;gt; like the simplicity of being able to set different volume levels for
 &amp;gt; different devices. I enjoy being able to now have TTS at the same time
 &amp;gt; as playing some background music or half listening to a podcast etc. I
 &amp;gt; also enjoy not having to tweak an .asoundrc file on every system I use
 &amp;gt; just to get the sound quality out of viavoice to be OK. 
 &amp;gt; 
 &amp;gt; Tim
 &amp;gt; 
 &amp;gt; 
 &amp;gt; 
 &amp;gt; Jason White writes:
 &amp;gt;  &amp;gt; Tim Cross &amp;lt;tcross&amp;lt; at &amp;gt;une.edu.au&amp;gt; wrote:
 &amp;gt;  &amp;gt;  
 &amp;gt;  &amp;gt; &amp;gt; I'm running espeak 1.47.05, which I built from source and which is
 &amp;gt;  &amp;gt; &amp;gt; configured to use pulseaudio. The distro supplied versions of espeak
 &amp;gt;  &amp;gt; &amp;gt; have never worked well for me. I always have t&lt;/pre&gt;</description>
    <dc:creator>lsmithso&lt; at &gt;hare.demon.co.uk</dc:creator>
    <dc:date>2013-05-14T07:15:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3163">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3163</link>
    <description>&lt;pre&gt;
per-application volume control is one of its unique features.

According to what I've read on LWN and elsewhere, most of the problems that
people have experienced are attributable to issues in audio drivers that
PulseAudio exposes, rather than to problems with PulseAudio itself.

The simplification of real-time scheduling priority should help too.

This is a sufficiently common configuration that I think it ought to be made
to work, and I'll play my part with bug reports.

&lt;/pre&gt;</description>
    <dc:creator>Jason White</dc:creator>
    <dc:date>2013-05-14T04:42:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3162">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3162</link>
    <description>&lt;pre&gt;
While I seem to be the exception, I find pulseaudio to be really good.
I've not observed the latency issues reported by others and really
like the simplicity of being able to set different volume levels for
different devices. I enjoy being able to now have TTS at the same time
as playing some background music or half listening to a podcast etc. I
also enjoy not having to tweak an .asoundrc file on every system I use
just to get the sound quality out of viavoice to be OK. 

Tim



Jason White writes:
 &amp;gt; Tim Cross &amp;lt;tcross&amp;lt; at &amp;gt;une.edu.au&amp;gt; wrote:
 &amp;gt;  
 &amp;gt; &amp;gt; I'm running espeak 1.47.05, which I built from source and which is
 &amp;gt; &amp;gt; configured to use pulseaudio. The distro supplied versions of espeak
 &amp;gt; &amp;gt; have never worked well for me. I always have to recompile and set to
 &amp;gt; &amp;gt; use pulseaudio before espeak works well and does not chop off words
 &amp;gt; &amp;gt; and crash every few lines. 
 &amp;gt; 
 &amp;gt; I think that will be due to the packaging bug I just fixed in Debian. I would
 &amp;gt; expect the bug fix to find its way to the corresponding Ub&lt;/pre&gt;</description>
    <dc:creator>Tim Cross</dc:creator>
    <dc:date>2013-05-14T02:51:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3161">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3161</link>
    <description>&lt;pre&gt; 

I think that will be due to the packaging bug I just fixed in Debian. I would
expect the bug fix to find its way to the corresponding Ubuntu package as
well.

I'm using a USB headset, which identifies itself as a standard USB audio
device. HOwever, I'm running PulseAudio 2.0, not the latest version, which is
now 3.0. Whenever I can upgrade without breaking lots of dependencies (as is
currently an issue with the state of Debian shortly after a release, with lots
of new packages being uploaded), I'll test again.

To be clear, I don't need PulseAudio as such; this is basically an effort to
help the community a little with an increasingly common configuration that
will be with us for a long time. An article on LWN a while ago indicated that
the PulseAudio developers are keen to resolve remaining issues, and it also
appears that Luke Yelavich, known for his accessibility work in Ubuntu and
elsewhere, is a PulseAudio developer too.


&lt;/pre&gt;</description>
    <dc:creator>Jason White</dc:creator>
    <dc:date>2013-05-14T02:35:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3160">
    <title>Emacspeak And Speech-dispatcher</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3160</link>
    <description>&lt;pre&gt;

I have thought about it, but not done anything. It would be quite
possible, though you may lose some functionality due to the need to
map between emacspeak speech commands and those supported by
speech-dispatcher. 

Tim


Haden Pike writes:
 &amp;gt; Hi all,
 &amp;gt; 
 &amp;gt; I came across a thread about this a while back, but given the discussion 
 &amp;gt; about the instability of the Espeak server, I thought I'd re-visit it.
 &amp;gt; 
 &amp;gt; Is someone working on implementing a Speech-dispatcher server?  Is it 
 &amp;gt; even doable, currently?
 &amp;gt; Haden
 &amp;gt; 
 &amp;gt; -----------------------------------------------------------------------------
 &amp;gt; To unsubscribe from the emacspeak list or change your address on the
 &amp;gt; emacspeak list send mail to "emacspeak-request&amp;lt; at &amp;gt;cs.vassar.edu" with a
 &amp;gt; subject of "unsubscribe" or "help".
 &amp;gt; 

&lt;/pre&gt;</description>
    <dc:creator>Tim Cross</dc:creator>
    <dc:date>2013-05-14T02:34:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3159">
    <title>Re: Emacspeak And Speech-dispatcher</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3159</link>
    <description>&lt;pre&gt;You can run speech-dispatcher system wide by changing some configs in
the spd.conf file.

Bart Bunting &amp;lt;bart&amp;lt; at &amp;gt;bunting.net.au&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>covici&lt; at &gt;ccs.covici.com</dc:creator>
    <dc:date>2013-05-14T01:59:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3158">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3158</link>
    <description>&lt;pre&gt;
I has this when I first started using emacspeak about a year ago, with
Ubuntu 11.10, stock everything. Speech  stuttered whenever any key was
struck, to the point it was unusable.  The only fix was to use Voxin +
Outloud.



Jason White writes:
 &amp;gt; The problem turned out to be an error in the Debian packaging that probably
 &amp;gt; also affects Ubuntu users. I've submitted a patch.
 &amp;gt; 
 &amp;gt; This doesn't solve my Emacspeak speech server/Espeak problems - in fact, it
 &amp;gt; makes them worse: I now get very broken up audio as soon as I interrupt speech
 &amp;gt; for any reason. Has anyone else seen this when using PulseAudio for output?
 &amp;gt; Any suggestions?
 &amp;gt; 
 &amp;gt; On the positive side, if we can call it that, I haven't lost speech entirely
 &amp;gt; during the few minutes that I've tested with PulseAudio properly enabled.
 &amp;gt; 
 &amp;gt; We aren't out of the woods but I hope we're starting to get a map of the
 &amp;gt; terrain.
 &amp;gt; 
 &amp;gt; -----------------------------------------------------------------------------
 &amp;gt; To unsubscribe from the emacspeak list &lt;/pre&gt;</description>
    <dc:creator>lsmithso&lt; at &gt;hare.demon.co.uk</dc:creator>
    <dc:date>2013-05-14T02:06:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3157">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3157</link>
    <description>&lt;pre&gt;
You will need a simple shell script as there is an additional argument
passed which is not controlled by customise. I use the following 

#!/bin/bash

#echo $* &amp;gt;&amp;gt; /home/tcross/play-args
#echo $1 &amp;gt;&amp;gt; /home/tcross/play-args
#echo $2 &amp;gt;&amp;gt; /home/tcross/play-args

paplay $2 &amp;amp;

I have this in ~/bin/play and set emacspeak-play-program to it.
emacspeak-play-args is empty i.e. "".

Tim



T. V. Raman writes:
 &amp;gt; Jason, Try setting up emacspeak to use paplay instead of aplay
 &amp;gt; for auditory icons, -- you can do this most easily by customizing
 &amp;gt; emacspeak-play-program 
 &amp;gt; 
 &amp;gt; -- 
 &amp;gt; Best Regards,
 &amp;gt; --raman
 &amp;gt; 
 &amp;gt; -----------------------------------------------------------------------------
 &amp;gt; To unsubscribe from the emacspeak list or change your address on the
 &amp;gt; emacspeak list send mail to "emacspeak-request&amp;lt; at &amp;gt;cs.vassar.edu" with a
 &amp;gt; subject of "unsubscribe" or "help".
 &amp;gt; 

&lt;/pre&gt;</description>
    <dc:creator>Tim Cross</dc:creator>
    <dc:date>2013-05-14T02:04:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3156">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3156</link>
    <description>&lt;pre&gt;
I'm running espeak 1.47.05, which I built from source and which is
configured to use pulseaudio. The distro supplied versions of espeak
have never worked well for me. I always have to recompile and set to
use pulseaudio before espeak works well and does not chop off words
and crash every few lines. 

I'm running a totally default pulseaudio setup on both my systems (one
Linux Mint 14 and one Ubuntu 13.04). 

Both systems are using integrated intel audio cards. However, on a
previous system, using an Sound Blaster card (can't remember what it
was, but it had an unusually high input sample rate), I did have to
tweak the pulseaudio configuration to get reliable audio. In
particular, I had to set sample rate and some other settings. I worked
out what was needed by increasing the log level for pulseaudio and a
long test, tweak, restart, test cycle. However, this was quite a while
back with considerably older versions of pulseaudio and when there was
still some flux in how linux was dealing wiht real time schedul&lt;/pre&gt;</description>
    <dc:creator>Tim Cross</dc:creator>
    <dc:date>2013-05-14T01:55:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3155">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3155</link>
    <description>&lt;pre&gt;Jason, Try setting up emacspeak to use paplay instead of aplay
for auditory icons, -- you can do this most easily by customizing
emacspeak-play-program 

&lt;/pre&gt;</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2013-05-14T01:34:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3154">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3154</link>
    <description>&lt;pre&gt;The problem turned out to be an error in the Debian packaging that probably
also affects Ubuntu users. I've submitted a patch.

This doesn't solve my Emacspeak speech server/Espeak problems - in fact, it
makes them worse: I now get very broken up audio as soon as I interrupt speech
for any reason. Has anyone else seen this when using PulseAudio for output?
Any suggestions?

On the positive side, if we can call it that, I haven't lost speech entirely
during the few minutes that I've tested with PulseAudio properly enabled.

We aren't out of the woods but I hope we're starting to get a map of the
terrain.

&lt;/pre&gt;</description>
    <dc:creator>Jason White</dc:creator>
    <dc:date>2013-05-14T00:58:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3153">
    <title>Re: Emacspeak And Speech-dispatcher</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3153</link>
    <description>&lt;pre&gt;HADEN,

I don't see why it would not be possible.  It may not be possible to get
a totally full featured speech server but certainly a working one should
be achievable.

I am not aware that anyone is currently working on this but I may be
wrong.

Bart
 

Haden Pike &amp;lt;haden.pike&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:

Bart
&lt;/pre&gt;</description>
    <dc:creator>Bart Bunting</dc:creator>
    <dc:date>2013-05-13T23:46:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3152">
    <title>Emacspeak And Speech-dispatcher</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3152</link>
    <description>&lt;pre&gt;Hi all,

I came across a thread about this a while back, but given the discussion 
about the instability of the Espeak server, I thought I'd re-visit it.

Is someone working on implementing a Speech-dispatcher server?  Is it 
even doable, currently?
Haden

&lt;/pre&gt;</description>
    <dc:creator>Haden Pike</dc:creator>
    <dc:date>2013-05-13T23:37:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3151">
    <title>[Support] emacspeak podcasts (fwd)</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3151</link>
    <description>&lt;pre&gt;

---------------------------------------------------------------------------
jude &amp;lt;jdashiel&amp;lt; at &amp;gt;shellworld.net&amp;gt;
About to block another web browser version?  Ask yourself what Tim
Berners-lee would do.


---------- Forwarded message ----------
Date: Mon, 13 May 2013 10:11:37
From: Josh Kennedy &amp;lt;joshknnd1982&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: support&amp;lt; at &amp;gt;accessiblefreedom.org
Subject: [Support] emacspeak podcasts

hi,
I for one would like to see some basic installing of and use of emacspeak
podcasts. also which has more accessibility gnome with orca or emacspeak.

_______________________________________________
Support mailing list
Support&amp;lt; at &amp;gt;accessiblefreedom.org
http://accessiblefreedom.org/mailman/listinfo/support_accessiblefreedom.org


&lt;/pre&gt;</description>
    <dc:creator>Jude DaShiell</dc:creator>
    <dc:date>2013-05-13T21:36:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3150">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3150</link>
    <description>&lt;pre&gt; 


After building with AUDIO=runtime, the version of wave_init() which is called
is the one in src/wave.cpp:759 that invokes PortAudio, not the wrapper
function earlier in the file that checks for PulseAudio. Thus we end up
writing to Alsa directly, which as I mentioned may indirectly invoke Pulse.

I haven't spent time trying to sort this out, since there are quite a few
#ifdef and #define directives involved and therefore not obvious which code
will be compiled with each combination of compile-time options.

&lt;/pre&gt;</description>
    <dc:creator>Jason White</dc:creator>
    <dc:date>2013-05-13T05:48:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3149">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3149</link>
    <description>&lt;pre&gt;
Interesting. I definitely get a different behavior when I recompile 
eSpeak myself using the runtime compile option. I don't get the chopping 
off of the last syllable that I get when I use the default PortAudio 
setting.

Thanks Jason and all for looking into this issue and the various 
suggestions I still need to work through myself.


&lt;/pre&gt;</description>
    <dc:creator>Christopher Chaltain</dc:creator>
    <dc:date>2013-05-13T05:28:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3148">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3148</link>
    <description>&lt;pre&gt;
:-)  Thanks again for taking the time to do that --- given the
spate of messages on this thread that shed no new information,
your message was a breath of fresh air:-)
    Jason&amp;gt; A few minutes with gdb were definitely worth it. I
    Jason&amp;gt; also fixed a packaging bug in Debian (presumably also
    Jason&amp;gt; affecting Ubuntu) that prevented proper debug symbols
    Jason&amp;gt; from being enerated for Espeak. When this is
    Jason&amp;gt; committed, you'll get a working debug symbols package.
    Jason&amp;gt; 
    Jason&amp;gt; -----------------------------------------------------------------------------
    Jason&amp;gt; To unsubscribe from the emacspeak list or change your
    Jason&amp;gt; address on the emacspeak list send mail to
    Jason&amp;gt; "emacspeak-request&amp;lt; at &amp;gt;cs.vassar.edu" with a subject of
    Jason&amp;gt; "unsubscribe" or "help".

&lt;/pre&gt;</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2013-05-13T03:22:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.emacspeak.general/3147">
    <title>Re: Emacspeak with eSpeak losing speech on Vinux 4</title>
    <link>http://permalink.gmane.org/gmane.emacs.emacspeak.general/3147</link>
    <description>&lt;pre&gt;A few minutes with gdb were definitely worth it.

I also fixed a packaging bug in Debian (presumably also affecting Ubuntu) that
prevented proper debug symbols from being enerated for Espeak. When this is
committed, you'll get a working debug symbols package.

&lt;/pre&gt;</description>
    <dc:creator>Jason White</dc:creator>
    <dc:date>2013-05-13T03:14:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.emacspeak.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.emacspeak.general</link>
  </textinput>
</rdf:RDF>
