source: gnome/add/gnome-speech.xml@ 0d528bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d528bd was 0d528bd, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Speech-0.3.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4527 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-speech-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
8 <!ENTITY gnome-speech-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
9 <!ENTITY gnome-speech-md5sum "0afa367c75288357fa3b8e274e72584d">
10 <!ENTITY gnome-speech-size "275 KB">
11 <!ENTITY gnome-speech-buildsize "5 MB">
12 <!ENTITY gnome-speech-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-speech" xreflabel="GNOME Speech-&gnome-speech-version;">
16 <?dbhtml filename="gnome-speech.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Speech-&gnome-speech-version;</title>
24
25 <indexterm zone="gnome-speech">
26 <primary sortas="a-GNOME Speech">GNOME Speech</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Speech</title>
31
32 <para>The <application>GNOME Speech</application> package provides a
33 simple general API for producing text-to-speech output. Multiple backends
34 are supported by the <application>GNOME Speech</application> library, but
35 currently only the <application>Festival</application> backend is built
36 by default; the other backends require either Java or proprietary
37 software.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-speech-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-speech-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-speech-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-speech-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-speech-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-speech-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GNOME Speech Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para><xref linkend="libbonobo"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para><xref linkend="java-access-bridge"/>,
68 <xref linkend="freetts"/>,
69 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
70 <ulink url="http://www.ibm.com/software/voice/viavoice/">ViaVoice</ulink>,
71 <ulink url="http://www.scansoft.com/">Eloquence</ulink>,
72 <ulink url="http://www.fonix.com/">DECTalk</ulink> and
73 <ulink url="http://www.cepstral.com/">Theta</ulink></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GNOME Speech</title>
79
80 <note>
81 <para>You must install at least one of the backend drivers for
82 <application>GNOME Speech</application> to render speech through the
83 audio hardware. Testing the installation of the backend driver to
84 ensure it produces desired results before installing
85 <application>GNOME Speech</application> is recommended.</para>
86 </note>
87
88 <para>Install <application>GNOME Speech</application> by
89 running the following commands:</para>
90
91<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role='root'><userinput>make install &amp;&amp;
99install -v -m644 -D doc/gnome-speech.html \
100 `pkg-config --variable=prefix ORBit-2.0`\
101/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>--with-jab-dir=`pkg-config
109 --variable=prefix ORBit-2.0`/share/jar</option>: Use this option if you
110 have installed the <application>Java Access Bridge</application> package
111 and wish to have <application>GNOME Speech</application> build
112 in <application>Java</application> support.</para>
113
114 <para>Note: see the <filename>README</filename> and
115 <filename>INSTALL</filename> files in the package source tree for the
116 correct parameters to pass to <command>configure</command> to enable the
117 desired backends.</para>
118
119 </sect2>
120
121 <sect2 role="testing">
122 <title>Testing the Installation</title>
123
124 <para>You can test all the available backend drivers, voices and audio
125 hardware using the <command>test-speech</command> command. Invoking
126 <command>test-speech</command> produces a menu allowing you to select
127 a backend driver and the desired voice, then prompts you (with on-screen
128 prompts and text-to-speech audio) for additional information.</para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>festival-synthesis-driver, freetts-synthesis-driver and
142 test-speech</seg>
143 <seg>libgnomespeech.[so,a]. Other drivers and libraries are also
144 installed if you have enabled additional backends.</seg>
145 <seg>$GNOME_PREFIX/include/gnome-speech-1.0,
146 $GNOME_PREFIX/share/doc/gnome-speech-&gnome-speech-version;,
147 $GNOME_PREFIX/share/gnome-speech and
148 $GNOME_PREFIX/share/idl/gnome-speech-1.0</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="test-speech">
158 <term><command>test-speech</command></term>
159 <listitem>
160 <para>is used to test the various backend drivers and voices
161 installed on the system.</para>
162 <indexterm zone="gnome-speech test-speech">
163 <primary sortas="b-test-speech">test-speech</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libgnomespeech">
169 <term><filename class='libraryfile'>libgnomespeech.[so,a]</filename></term>
170 <listitem>
171 <para>provides the API for programs to convert text into speech.</para>
172 <indexterm zone="gnome-speech libgnomespeech">
173 <primary sortas="c-libgnomespeech">libgnomespeech.[so,a]</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.