speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Espeak slowing down, solution


From: Mesar Hameed
Subject: Espeak slowing down, solution
Date: Sat, 17 Dec 2011 11:21:25 +0000

Hi,

With espeak 1.46.01 I can not reproduce 
https://bugzilla.gnome.org/show_bug.cgi?id=663960

Although there are other strings that cause similar behaviour.
Here is a snippet to illustrate:

#/usr/bin/env python
import speechd
s = speechd.Client('test')
s.set_rate(100)
s.set_punctuation(speechd.PunctuationMode.ALL)
s.speak('hello world')
s.speak('g++ test')
s.speak('__init__(self): # a small comment')
s.speak('__init__++ test')
s.close()


On Wed 23/11/11,10:40, Jonathan Duddington wrote:
> On 13 Nov, Michael Whapples <mwhapples at aim.com> wrote:
> > 
> > So when is the next stable release of espeak likely to happen with
> > this fix in it?
> 
> eSpeak official version 1.46.01 is now available at:
> http://espeak.sourceforge.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]