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

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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