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.3/gnome-speech-0.3.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-0.3.5.tar.bz2
Download MD5 sum: 34382d0b33146b1f8fc5239895471369
Download size: 255 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.15 SBU
You must install at least one of the backend drivers for GNOME Speech to render speech through the audio hardware. Testing the installation of the backend driver to ensure it produces desired results before installing GNOME Speech is recommended.
Install GNOME Speech by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
make &&
make install
--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, then prompts you (with on-screen prompts and text-to-speech audio) for additional information.
The GNOME Speech package contains festival-synthesis-driver, test-speech and libgnomespeech. Other drivers and libraries are also installed if you have enabled additional backends.
test-speech is used to test the various backend drivers and voices installed on the system.
Last updated on 2005-02-13 09:04:46 -0700