Contents
$GNOME_PREFIX
/:
include/gnome-speech-1.0, share/{doc/gnome-speech-0.4.16,
gnome-speech, idl/gnome-speech-1.0}
The GNOME Speech package provides a simple general API for producing text-to-speech output. Multiple backends are supported by the GNOME Speech library, but currently only the Festival backend is built by default; the other backends require either Java or proprietary software.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-speech/0.4/gnome-speech-0.4.16.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-speech/0.4/gnome-speech-0.4.16.tar.bz2
Download MD5 sum: 381e2e9126e102ace9abb452c9087141
Download size: 308 KB
Estimated disk space required: 6 MB
Estimated build time: 0.2 SBU
Java Access Bridge-1.18.0, FreeTTS-1.2.1, DECtalk, eSpeak, Festival, Loquendo, Speech Dispatcher, Speechworks ETI Eloquence, Swift, Theta, and ViaVoice
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-speech
You must install at least one of the backend drivers for GNOME Speech to render speech through the audio hardware. You should test the installation of the backend driver and ensure it produces desired results before installing GNOME Speech.
Install GNOME Speech by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite.
Now, as the root
user:
make install && install -v -m644 -D doc/gnome-speech.html \ $(pkg-config --variable=prefix \ ORBit-2.0)/share/doc/gnome-speech-0.4.16/gnome-speech.html
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--with-jab-dir=$(pkg-config --variable=prefix
ORBit-2.0)/share/jar
: Use this option if you have installed
the Java Access Bridge package and
wish to have GNOME Speech build in
Java support.
Note: see the README
and INSTALL
files in the package source tree for the
correct parameters to pass to configure to enable the desired
backends.
You can test all the available backend drivers, voices and audio hardware using the test-speech command. Invoking test-speech produces a menu allowing you to select a backend driver and the desired voice, then prompts you (with on-screen prompts and text-to-speech audio) for additional information.
If you are using the FreeTTS
backend and you do not hear any audio, you may need to use the
streaming audio method instead of the clip audio method. As the
root
user, modify the freetts-synthesis-driver script:
sed -i "s/clip/streaming/" $GNOME_PREFIX
/bin/freetts-synthesis-driver
$GNOME_PREFIX
/:
include/gnome-speech-1.0, share/{doc/gnome-speech-0.4.16,
gnome-speech, idl/gnome-speech-1.0}
Last updated on 2007-08-08 11:49:50 -0500