List Info

Thread: Installing speech-dispatcher in OpenSuSE




Installing speech-dispatcher in OpenSuSE
user name
2008-03-07 11:40:45
Hello all,

I tried this a while ago but had no joy.  Hopefully I'll get
further with
it this time.

Firstly, the error I'm getting while trying to run spd-say
is as follows: 
client:  speech dispatcher failed to open: connection
refused.


The festival server is running.  I was able to telnet to
it.
speech-dispatcher is running.  I ran it with the -d option.
It is creating logs in /var/log/speech-dispatcher.
I've changed /usr/local/etc/speech-dispatcher/speechd.conf
so the default
module is festival.
I've installed the Festival freebsoft utils.   At least, I
hope I did.  I
coppied the required file extensions over to the festival
directory.
/usr/share/festival/

Do you have any ideas as to why this isn't working for me?

Thanks

Here is a breakdown of the process so far.

yast -i dotconf
wget
http://www.freebsoft.org/pub/proje
cts/speechd//speech-dispatcher-0.6rc2.tar.gz
wget
http://www.fre
ebsoft.org/pub/projects/festival-freebsoft-utils/festival-fr
eebsoft-utils-0.8.tar.gz
tar xzvf festival*
tar xzvf speech-dispatcher*
cd festival*
cp *.scm* /usr/share/festival/
cd ..
cd speech-dispatcher*
./configure
make
make install
cd
wget
http://www.freebsoft.org/pub/projects/spee
chd-up/speechd-up-0.4.tar.gz tar
xzvf speechd-up*
./configure
make
make install
ldconfig
/etc/init.d/festival start
chkconfig -add festival
mkdir /var/log/speech-dispatcher
speech-dispatcher -d
edit /usr/local/etc/speech-dispatcher/speechd.conf
extract from help documentation:
Go to `/etc/speech-dispatcher/speechd.conf' or similar (it
might be
`/usr/local/etc/speech-dispatcher/speechd.conf' if you
install from
sources) and edit the lines AddModule, DefaultModule and
LanguageDefaultModule for your chosen synthesizer. If you
want to run
Festival, just substitute 'Flite' for 'Festival' in the last
two options.

spd-say "hello world"
Fails with error.


Thanks


Darragh



_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Installing speech-dispatcher in OpenSuSE
country flaguser name
Czech Republic
2008-03-07 14:19:07
Darragh wrote:
> It is creating logs in /var/log/speech-dispatcher.

Great, what's in the logs?

Best regards, Tomas

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Installing speech-dispatcher in OpenSuSE
user name
2008-03-10 09:18:01
Hello, sorry for the delay.

On Fri, March 7, 2008 8:19 pm, Tomas Cerha wrote:
> Darragh wrote:
>> It is creating logs in /var/log/speech-dispatcher.
>
> Great, what's in the logs?
>
Here they are:

[Fri Mar  7 17:03:39 2008 : 45206] speechd:  Speech
Dispatcher Logging to
file /var/log/speech-dispatcher/speechd.log
[Fri Mar  7 17:03:39 2008 : 45318] speechd:  Initializing
output module
flite with binary
/usr/local/lib/speech-dispatcher-modules//sd_flite and
configuration
/usr/local/etc/speech-dispatcher/modules//flite.conf
[Fri Mar  7 17:03:39 2008 : 45329] speechd:  Output module
is logging to
file /var/log/speech-dispatcher/flite.log
[Fri Mar  7 17:03:39 2008 : 50210] speechd:  Module flite
loaded.
[Fri Mar  7 17:03:39 2008 : 56325] speechd: ERROR: Bad
syntax from output
module flite 1
[Fri Mar  7 17:03:39 2008 : 56339] speechd:   Couldn't load
specified
output module
[Fri Mar  7 17:03:39 2008 : 56406] speechd:  Initializing
output module
festival with binary
/usr/local/lib/speech-dispatcher-modules//sd_festival
and configuration
/usr/local/etc/speech-dispatcher/modules//festival.conf
[Fri Mar  7 17:03:39 2008 : 56416] speechd:  Output module
is logging to
file /var/log/speech-dispatcher/festival.log
[Fri Mar  7 17:03:39 2008 : 62217] speechd:  Module festival
loaded.
[Mon Mar 10 13:25:21 2008 : 557829] speechd: ERROR: Bad
syntax from output
module festival 1
[Mon Mar 10 13:25:21 2008 : 557885] speechd:   Couldn't load
specified
output module
[Mon Mar 10 13:25:21 2008 : 580663] speechd:   Reading
configuration for
pattern emacs
[Mon Mar 10 13:25:21 2008 : 587507] speechd:   Reading
configuration for
pattern *:gnomespeech
[Mon Mar 10 13:25:21 2008 : 587544] speechd:  Configuration
has been read
from
"/usr/local/etc/speech-dispatcher//speechd.conf"
[Mon Mar 10 13:25:21 2008 : 587556] speechd: Error
[speechd.c:446]:No
speech output modules were loaded - aborting...


_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Installing speech-dispatcher in OpenSuSE
user name
2008-03-10 09:40:31
am Mo 10. Mär 2008 um 15:06:52 schrieb Darragh <listsdigitaldarragh.com>:
> > Darragh wrote:
> >> It is creating logs in
/var/log/speech-dispatcher.
> >
> > Great, what's in the logs?
> >
> Here they are:
[...] 

Did you install flite and Festival correctly?
What's the result of:
whereis flite
and
whereis festival
Is the Festival server running?
ps aux |grep festival
Where's Espeak?
What happens, if you abort SD and start the Festival speech
interface by 
typing:
festival
A prompt should appear, where you type:
help
You get messages how to test the speech, please follow
them.
If everything seems to be right, check the flite.conf and
festival.conf 
for the proper setup.
Hermann
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Installing speech-dispatcher in OpenSuSE
user name
2008-03-10 11:21:45
Ok, that's interesting.  I assumed that as I'm using
festival as my
synthesizer.... for the moment, I didn't need Flite.

I've since gone and installed flite 1.3.  I think this is
the latest version?

configure and make ran perfectly however I'm getting an
error very quickly
after running make install.

make: lib. no such file or directory.
Interesting.  Doesn't really tell me where I should be
looking.

Any ideas?   I'll keep looking around.


Darragh

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Installing speech-dispatcher in OpenSuSE
user name
2008-03-14 07:36:04
am Fr 14. Mär 2008 um 12:38:47 schrieb Darragh <ddigitaldarragh.com>:
> Ok, that's interesting.  I assumed that as I'm using
festival as my
> synthesizer.... for the moment, I didn't need Flite.
 
Does Festival work without Speech-dispatcher?

> I've since gone and installed flite 1.3.  I think this
is the latest version?
 
If Festival is not running, I would prefer to make it work.
Flite is the 
small version of Festival and it's less configurable.

> configure and make ran perfectly however I'm getting an
error very quickly
> after running make install.
> 
> make: lib. no such file or directory.
> Interesting.  Doesn't really tell me where I should be
looking.
 
What's the Suse like command to:
apt-get build-dep flite
Something with yast ..., so check this out.
Hermann
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )