source: multimedia/audioutils/freetts.xml@ b7b6efc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b7b6efc was edddb653, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to ptlib-2.10.7
Tag libmusicbrainz and freetts.

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

  • Property mode set to 100644
File size: 10.0 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 freetts-download-http "&sourceforge-repo;/freetts/freetts-&freetts-version;-src.zip">
8 <!ENTITY freetts-download-ftp " ">
9 <!ENTITY freetts-md5sum "692b5ece251fed88539736e55af5f391">
10 <!ENTITY freetts-size "13.5 MB">
11 <!ENTITY freetts-buildsize "92 MB">
12 <!ENTITY freetts-time "0.3 SBU">
13
14 <!ENTITY freetts-testsuite-download "&sourceforge-repo;/freetts/freetts-&freetts-version;-tst.zip">
15 <!ENTITY freetts-testsuite-md5sum "4348c7db928612d4b6f6eb2fd621a949">
16 <!ENTITY freetts-testsuite-size "3.8 MB">
17
18]>
19
20<sect1 id="freetts" xreflabel="FreeTTS-&freetts-version;">
21 <?dbhtml filename="freetts.html"?>
22
23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
27
28 <title>FreeTTS-&freetts-version;</title>
29
30 <indexterm zone="freetts">
31 <primary sortas="a-FreeTTS">FreeTTS</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to FreeTTS</title>
36
37 <para>The <application>FreeTTS</application> package contains a speech
38 synthesis system written entirely in the <application>Java</application>
39 programming language. It is based upon
40 <ulink url="http://www.cmuflite.org/">Flite</ulink>: a small run-time
41 speech synthesis engine developed at Carnegie Mellon University.
42 <application>Flite</application> is derived from the
43 <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
44 Speech Synthesis System from the University of Edinburgh and the
45 <ulink url ="http://festvox.org/">FestVox</ulink> project from Carnegie
46 Mellon University. The <application>FreeTTS</application> package is used
47 to convert text to audible speech through the system audio hardware.</para>
48
49 &lfs72_checked;
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&freetts-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&freetts-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &freetts-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &freetts-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &freetts-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &freetts-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>Test suite: <ulink url="&freetts-testsuite-download;"/></para>
77 </listitem>
78 <listitem>
79 <para>Download MD5 sum: &freetts-testsuite-md5sum;</para>
80 </listitem>
81 <listitem>
82 <para>Download size: &freetts-testsuite-size;</para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">FreeTTS Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required"><xref linkend="apache-ant"/>,
90 <xref linkend='sharutils'/>
91 (for the <command>uudecode</command> program),
92 and working audio hardware/software.</para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/freetts"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of FreeTTS</title>
101
102 <para>The <application>FreeTTS</application> package is distributed in
103 ZIP format and the <command>unzip</command> command will default to
104 creating an unused source directory. Additionally,
105 unzipping the test suite file will prompt for questions
106 about overwriting existing files. Use the following commands to
107 <command>unzip</command> the source files:</para>
108
109<screen><userinput>unzip -q freetts-&freetts-version;-src.zip -x META-INF/* &amp;&amp;
110unzip -q freetts-&freetts-version;-tst.zip -x META-INF/*</userinput></screen>
111
112 <tip>
113 <para>The <command>sh jsapi.sh</command> command below installs the Java
114 Speech API components into the <application>FreeTTS</application> source
115 tree. You will be required to view, and then accept (by entering a
116 <keycap>y</keycap> keypress), a license agreement before the installation
117 will continue. If you are scripting (automating) the build, you'll need
118 to account for this. There is information about automating build commands
119 in the <xref linkend="automating-builds"/> section of Chapter 2. Towards
120 the end of this section, specific information for automating this type of
121 installation is discussed.</para>
122 </tip>
123
124 <para>Install <application>FreeTTS</application> by running the following
125 commands:</para>
126
127<screen><userinput>sed -i 's/value="src/value="./' build.xml &amp;&amp;
128cd lib &amp;&amp;
129sh jsapi.sh &amp;&amp;
130cd .. &amp;&amp;
131ant</userinput></screen>
132
133 <para>To test the results, issue:</para>
134
135<screen><userinput>ant junit &amp;&amp;
136cd tests &amp;&amp;
137sh regression.sh &amp;&amp;
138cd ..</userinput></screen>
139
140 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
141
142<screen role="root"><userinput>
143install -v -m755 -d /opt/freetts-&freetts-version;/{lib,docs/{audio,images}} &amp;&amp;
144install -v -m644 lib/*.jar /opt/freetts-&freetts-version;/lib &amp;&amp;
145install -v -m644 *.txt RELEASE_NOTES docs/*.{pdf,html,txt,sx{w,d}} \
146 /opt/freetts-&freetts-version;/docs &amp;&amp;
147install -v -m644 docs/audio/* /opt/freetts-&freetts-version;/docs/audio &amp;&amp;
148install -v -m644 docs/images/* /opt/freetts-&freetts-version;/docs/images &amp;&amp;
149cp -v -R javadoc /opt/freetts-&freetts-version; &amp;&amp;
150ln -v -s freetts-&freetts-version; /opt/freetts</userinput></screen>
151
152 <para>Optionally, install any or all of the additional
153 <application>FreeTTS</application> components using the following
154 commands as the <systemitem class="username">root</systemitem> user
155 (see the Command Explanations section for details):</para>
156
157<screen role="root"><userinput>cp -v -R bin /opt/freetts-&freetts-version; &amp;&amp;
158install -v -m644 speech.properties $JAVA_HOME/jre/lib &amp;&amp;
159cp -v -R tools /opt/freetts-&freetts-version; &amp;&amp;
160cp -v -R mbrola /opt/freetts-&freetts-version; &amp;&amp;
161cp -v -R demo /opt/freetts-&freetts-version;</userinput></screen>
162
163 </sect2>
164
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
168 <para><command>sed -i 's/value="src/value="./' build.xml</command>: Fix an
169 error in the build file to allow the program to find the source.</para>
170
171 <para><command>sh jsapi.sh</command>: This command installs the
172 <application>Java Speech API</application> components into the
173 <application>FreeTTS</application> source tree.</para>
174
175 <para><command>ant</command>: <application>FreeTTS</application> uses the
176 <application>Apache Ant</application> build system instead of the GNU
177 <application>autotools</application>. This commands builds everything,
178 including the class libraries, tools and demos.</para>
179
180 <para><command>cp -v -R bin ...</command>;
181 <command>install -v -m644 speech.properties</command>: These two commands
182 install the demonstration programs. Optionally copy the
183 <filename>speech.properties</filename> file to
184 <filename>~/speech.properties</filename> if you don't want to make it
185 available system-wide.</para>
186
187 <para><command>cp -v -R tools ...</command>: This installs the voice data
188 import utilities. See the <filename>README.html</filename> files in the
189 <filename class='directory'>tools/</filename> subdirectories for
190 information and instructions about using the tools.</para>
191
192 <para><command>cp -v -R mbrola ...</command>: This installs the
193 <filename class='libraryfile'>mbrola.jar</filename> file, required if you
194 use the <ulink
195 url="http://freetts.sourceforge.net/mbrola/README.html">MBROLA</ulink>
196 voices.</para>
197
198 <para><command>cp -v -R demo ...</command>: This installs the sources
199 and documentation for the demonstration programs.</para>
200
201 <para>For additional information and documentation about the
202 <application>FreeTTS</application> project, visit the main web page at
203 <ulink url="http://freetts.sourceforge.net"/>.</para>
204
205 </sect2>
206
207 <sect2 role="testing">
208 <title>Testing the Installation</title>
209
210 <para>Test the installation using the following command:</para>
211
212<screen><userinput>java -jar /opt/freetts/lib/freetts.jar \
213 -text "This is a test of the FreeTTS speech synthesis system"</userinput></screen>
214
215 <para>Depending on the setup of your audio drivers and software, you
216 may have to add the <option>-streaming</option> switch to the command
217 as shown below:</para>
218
219<screen><userinput>java -jar /opt/freetts/lib/freetts.jar -streaming \
220 -text "This is a test of the FreeTTS speech synthesis system"</userinput></screen>
221
222 </sect2>
223
224 <sect2 role="content">
225 <title>Contents</title>
226
227 <segmentedlist>
228 <segtitle>Installed Programs</segtitle>
229 <segtitle>Installed Libraries</segtitle>
230 <segtitle>Installed Directory</segtitle>
231
232 <seglistitem>
233 <seg>None</seg>
234 <seg>/opt/freetts-&freetts-version;/lib/*.jar</seg>
235 <seg>/opt/freetts-&freetts-version;</seg>
236 </seglistitem>
237 </segmentedlist>
238
239 <variablelist>
240 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
241 <?dbfo list-presentation="list"?>
242 <?dbhtml list-presentation="table"?>
243
244 <varlistentry>
245 <term><filename class='libraryfile'>*.jar </filename></term>
246 <listitem>
247 <para>contains the class libraries which make up the
248 <application>FreeTTS</application> speech synthesis system.</para>
249 </listitem>
250 </varlistentry>
251 </variablelist>
252
253 </sect2>
254
255</sect1>
Note: See TracBrowser for help on using the repository browser.