source: archive/gnome-obsolete/gnome-speech.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-speech-download-http "&gnome-download-http;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
8 <!ENTITY gnome-speech-download-ftp "&gnome-download-ftp;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
9 <!ENTITY gnome-speech-md5sum "89cbc23fc131c33396c0346085759f63">
10 <!ENTITY gnome-speech-size "329 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
19 <title>GNOME Speech-&gnome-speech-version;</title>
20
21 <indexterm zone="gnome-speech">
22 <primary sortas="a-GNOME Speech">GNOME Speech</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNOME Speech</title>
27
28 <para>The <application>GNOME Speech</application> package provides a
29 simple general API for producing text-to-speech output. Multiple backends
30 are supported by the <application>GNOME Speech</application> library, but
31 currently only the <application>Festival</application> backend is built
32 by default; the other backends require either Java or proprietary
33 software.</para>
34
35 &lfs65_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-speech-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-speech-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-speech-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-speech-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-speech-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-speech-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/gnome-speech-&gnome-speech-version;-freetts_fix-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67 -->
68
69 <bridgehead renderas="sect3">GNOME Speech Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="libbonobo"/></para>
73
74 <bridgehead renderas="sect4">Optional Backend Drivers</bridgehead>
75 <para role="optional"><xref linkend="java-access-bridge"/>,
76 <xref linkend="freetts"/>,
77 <ulink url="http://www.fonixspeech.com/pages/index.php">DECtalk</ulink>,
78 <ulink url="http://espeak.sourceforge.net/">eSpeak</ulink>,
79 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
80 <ulink url="http://voice-software.loquendo.com/interactive-tts.htm">Loquendo</ulink>,
81 <ulink url="http://www.freebsoft.org/speechd">Speech Dispatcher</ulink>,
82 <ulink url="http://www.nuance.com/">Speechworks ETI Eloquence</ulink>,
83 <ulink url="http://www.cepstral.com/">Swift</ulink>,
84 <ulink url="http://www.cepstral.com/">Theta</ulink>, and
85 <ulink url="http://www.ibm.com/software/voice/viavoice/">ViaVoice</ulink></para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/gnome-speech"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GNOME Speech</title>
94
95 <note>
96 <para>You must install at least one of the backend drivers for
97 <application>GNOME Speech</application> to render speech through the
98 audio hardware. You should test the installation of the backend driver and
99 ensure it produces desired results before installing
100 <application>GNOME Speech</application>.</para>
101 </note>
102
103 <para>Install <application>GNOME Speech</application> by
104 running the following commands:</para>
105
106<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
107make</userinput></screen>
108
109 <para>This package does not come with a test suite.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role='root'><userinput>make install &amp;&amp;
114install -v -m644 -D doc/gnome-speech.html \
115 $(pkg-config --variable=prefix \
116 ORBit-2.0)/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gnome-prefix.xml"/>
125
126 <para><option>--with-jab-dir=$(pkg-config
127 --variable=prefix ORBit-2.0)/share/jar</option>: Use this option if you
128 have installed the <application>Java Access Bridge</application> package
129 and wish to have <application>GNOME Speech</application> build
130 in <application>Java</application> support.</para>
131
132 <para>Note: see the <filename>README</filename> and
133 <filename>INSTALL</filename> files in the package source tree for the
134 correct parameters to pass to <command>configure</command> to enable the
135 desired backends.</para>
136
137 </sect2>
138
139 <sect2 role="testing">
140 <title>Testing the Installation</title>
141
142 <para>You can test all the available backend drivers, voices and audio
143 hardware using the <command>test-speech</command> command. Invoking
144 <command>test-speech</command> produces a menu allowing you to select
145 a backend driver and the desired voice, then prompts you (with on-screen
146 prompts and text-to-speech audio) for additional information.</para>
147
148 <para>If you are using the <application>FreeTTS</application> backend and
149 you do not hear any audio, you may need to use the streaming audio method
150 instead of the clip audio method. As the
151 <systemitem class="username">root</systemitem> user, modify the
152 <command>freetts-synthesis-driver</command> script:</para>
153
154<screen role='root'><userinput>sed -i "s/clip/streaming/" <envar>$GNOME_PREFIX</envar>/bin/freetts-synthesis-driver</userinput></screen>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Library</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>festival-synthesis-driver and test-speech</seg>
168 <seg>libgnomespeech.so and GNOME_Speech_module.so. Other drivers and
169 libraries are also installed if you have enabled additional
170 backends.</seg>
171 <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-speech-1.0/gnome-speech,
172 share/{doc/gnome-speech-&gnome-speech-version;,
173 idl/gnome-speech-1.0}}</seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="test-speech">
183 <term><command>test-speech</command></term>
184 <listitem>
185 <para>is used to test the various backend drivers and voices
186 installed on the system.</para>
187 <indexterm zone="gnome-speech test-speech">
188 <primary sortas="b-test-speech">test-speech</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="libgnomespeech">
194 <term><filename class='libraryfile'>libgnomespeech.so</filename></term>
195 <listitem>
196 <para>provides the API for programs to convert text into speech.</para>
197 <indexterm zone="gnome-speech libgnomespeech">
198 <primary sortas="c-libgnomespeech">libgnomespeech.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="GNOME_Speech_module">
204 <term><filename class='libraryfile'>GNOME_Speech_module.so</filename></term>
205 <listitem>
206 <para>is an <application>ORBit2</application> module.</para>
207 <indexterm zone="gnome-speech GNOME_Speech_module">
208 <primary sortas="c-GNOME_Speech_module">GNOME_Speech_module.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.