source: gnome/add/gnome-speech.xml@ b56f06c3

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 b56f06c3 was b56f06c3, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME Accessibility packages' instructions to be compatible with the GNOME-2.14.2 update

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

  • Property mode set to 100644
File size: 7.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 "&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 "c27f3eb262b8a66a756872d25c716517">
10 <!ENTITY gnome-speech-size "307 KB">
11 <!ENTITY gnome-speech-buildsize "3.0 MB">
12 <!ENTITY gnome-speech-time "0.2 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 <!--
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/gnome-speech-&gnome-speech-version;-freetts_fix-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69 -->
70
71 <bridgehead renderas="sect3">GNOME Speech Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="libbonobo"/></para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional"><xref linkend="java-access-bridge"/>,
78 <xref linkend="freetts"/>,
79 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
80 <ulink url="http://www.ibm.com/software/voice/viavoice/">ViaVoice</ulink>,
81 <ulink url="http://www.scansoft.com/">Eloquence</ulink>,
82 <ulink url="http://www.fonix.com/">DECTalk</ulink>, and
83 <ulink url="http://www.cepstral.com/">Theta</ulink></para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gnome-speech"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GNOME Speech</title>
92
93 <note>
94 <para>You must install at least one of the backend drivers for
95 <application>GNOME Speech</application> to render speech through the
96 audio hardware. You should test the installation of the backend driver and
97 ensure it produces desired results before installing
98 <application>GNOME Speech</application>.</para>
99 </note>
100
101 <para>Install <application>GNOME Speech</application> by
102 running the following commands:</para>
103
104<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
105make</userinput></screen>
106
107 <para>This package does not come with a test suite.</para>
108
109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
110
111<screen role='root'><userinput>make install &amp;&amp;
112install -v -m644 -D doc/gnome-speech.html \
113 $(pkg-config --variable=prefix \
114 ORBit-2.0)/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
122 href="../../xincludes/gnome-prefix.xml"/>
123
124 <para><option>--with-jab-dir=$(pkg-config
125 --variable=prefix ORBit-2.0)/share/jar</option>: Use this option if you
126 have installed the <application>Java Access Bridge</application> package
127 and wish to have <application>GNOME Speech</application> build
128 in <application>Java</application> support.</para>
129
130 <para>Note: see the <filename>README</filename> and
131 <filename>INSTALL</filename> files in the package source tree for the
132 correct parameters to pass to <command>configure</command> to enable the
133 desired backends.</para>
134
135 </sect2>
136
137 <sect2 role="testing">
138 <title>Testing the Installation</title>
139
140 <para>You can test all the available backend drivers, voices and audio
141 hardware using the <command>test-speech</command> command. Invoking
142 <command>test-speech</command> produces a menu allowing you to select
143 a backend driver and the desired voice, then prompts you (with on-screen
144 prompts and text-to-speech audio) for additional information.</para>
145
146 <para>If you are using the <application>FreeTTS</application> backend and
147 you do not hear any audio, you may need to use the streaming audio method
148 instead of the clip audio method. As the
149 <systemitem class="username">root</systemitem> user, modify the
150 <command>freetts-synthesis-driver</command> script:</para>
151
152<screen role='root'><userinput>sed -i "s/clip/streaming/" <envar>$GNOME_PREFIX</envar>/bin/freetts-synthesis-driver</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>festival-synthesis-driver, freetts-synthesis-driver,
166 speechd-synthesis-driver and test-speech</seg>
167 <seg>libgnomespeech.{so,a}. Other drivers and libraries are also
168 installed if you have enabled additional backends.</seg>
169 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
170 include/gnome-speech-1.0,
171 share/{doc/gnome-speech-&gnome-speech-version;,
172 gnome-speech,
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,a}</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,a}</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.