source: gnome/add/gnome-speech.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 1039de3 was 25c002f, checked in by Randy McMurchy <randy@…>, 18 years ago

Final cleanup of the GNOME Accessibility packages after the 2.12.2 update

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

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