source: multimedia/libdriv/speex.xml@ d437f756

10.1 11.0 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 d437f756 was d437f756, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

More library tags

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

  • Property mode set to 100644
File size: 7.9 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 speex-download-http "https://downloads.xiph.org/releases/speex/speex-&speex-version;.tar.gz">
8 <!ENTITY speex-download-ftp " ">
9 <!ENTITY speex-md5sum "8ab7bb2589110dfaf0ed7fa7757dc49c">
10 <!ENTITY speex-size "884 KB">
11 <!ENTITY speex-buildsize "4.5 MB">
12 <!ENTITY speex-time "less than 0.1 SBU">
13
14 <!ENTITY speexdsp-download-http "https://downloads.xiph.org/releases/speex/speexdsp-&speexdsp-version;.tar.gz">
15 <!ENTITY speexdsp-download-ftp " ">
16 <!ENTITY speexdsp-md5sum "b722df341576dc185d897131321008fc">
17 <!ENTITY speexdsp-size "900 KB">
18 <!ENTITY speexdsp-buildsize "5.2 MB">
19 <!ENTITY speexdsp-time "less than 0.1 SBU">
20
21]>
22
23<sect1 id="speex" xreflabel="Speex-&speex-version;">
24 <?dbhtml filename="speex.html"?>
25
26 <sect1info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 </sect1info>
30
31 <title>Speex-&speex-version;</title>
32
33 <indexterm zone="speex">
34 <primary sortas="a-Speex">Speex</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to Speex</title>
39
40 <para>
41 <application>Speex</application> is an audio compression format
42 designed especially for speech. It is well-adapted to internet
43 applications and provides useful features that are not present in most
44 other CODECs.
45 </para>
46
47 &lfs101_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&speex-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&speex-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &speex-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &speex-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &speex-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &speex-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
87 Download (HTTP): <ulink url="&speexdsp-download-http;"/>
88 </para>
89 </listitem>
90 <listitem>
91 <para>
92 Download (FTP): <ulink url="&speexdsp-download-ftp;"/>
93 </para>
94 </listitem>
95 <listitem>
96 <para>
97 Download MD5 sum: &speexdsp-md5sum;
98 </para>
99 </listitem>
100 <listitem>
101 <para>
102 Download size: &speexdsp-size;
103 </para>
104 </listitem>
105 <listitem>
106 <para>
107 Estimated disk space required: &speexdsp-buildsize;
108 </para>
109 </listitem>
110 <listitem>
111 <para>
112 Estimated build time: &speexdsp-time;
113 </para>
114 </listitem>
115 </itemizedlist>
116<!--
117 <bridgehead renderas="sect3">Additional Download</bridgehead>
118 <itemizedlist spacing="compact">
119 <listitem>
120 <para>
121 Required patch:
122 <ulink url="&patch-root;/speexdsp-&speex-version;-build_fixes-1.patch"/>
123 </para>
124 </listitem>
125 </itemizedlist>-->
126
127 <bridgehead renderas="sect3">Speex Dependencies</bridgehead>
128
129 <bridgehead renderas="sect4">Required</bridgehead>
130 <para role="required">
131 <xref linkend="libogg"/>
132 </para>
133
134 <bridgehead renderas="sect4">Optional</bridgehead>
135 <para role="optional">
136 <xref linkend="valgrind"/>
137 </para>
138
139 <para condition="html" role="usernotes">User Notes:
140 <ulink url="&blfs-wiki;/speex"/></para>
141
142 </sect2>
143
144 <sect2 role="installation">
145 <title>Installation of Speex</title>
146
147 <para>
148 This package consists of two separate tarballs.
149 They need to be extracted and built independently.
150 </para>
151
152 <para>
153 Install <application>Speex</application> by running the
154 following commands:
155 </para>
156
157<screen><userinput>./configure --prefix=/usr \
158 --disable-static \
159 --docdir=/usr/share/doc/speex-&speex-version; &amp;&amp;
160make</userinput></screen>
161
162 <para>
163 This package does not come with a test suite.
164 </para>
165
166 <para>
167 As the <systemitem class="username">root</systemitem> user:
168 </para>
169
170<screen role="root"><userinput>make install</userinput></screen>
171
172 <para>
173 Now extract and install the speexdsp package:
174 </para>
175
176<screen><userinput>cd .. &amp;&amp;
177tar -xf speexdsp-&speexdsp-version;.tar.gz &amp;&amp;
178cd speexdsp-&speexdsp-version; &amp;&amp;
179
180./configure --prefix=/usr \
181 --disable-static \
182 --docdir=/usr/share/doc/speexdsp-&speexdsp-version; &amp;&amp;
183make</userinput></screen>
184
185 <para>
186 Again, as the <systemitem class="username">root</systemitem> user:
187 </para>
188
189<screen role="root"><userinput>make install</userinput></screen>
190
191 </sect2>
192
193 <sect2 role="commands">
194 <title>Command Explanations</title>
195
196 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
197 href="../../xincludes/static-libraries.xml"/>
198
199 <para>
200 <option>--enable-binaries</option>: Builds two binaries to encode and
201 decode to and from the speex format.
202 </para>
203 </sect2>
204
205 <sect2 role="content">
206 <title>Contents</title>
207
208 <segmentedlist>
209 <segtitle>Installed Programs</segtitle>
210 <segtitle>Installed Libraries</segtitle>
211 <segtitle>Installed Directories</segtitle>
212
213 <seglistitem>
214 <seg>(optional) speexenc and speexdec</seg>
215 <seg>libspeex.so and libspeexdsp.so</seg>
216 <seg>
217 /usr/include/speex and
218 /usr/share/doc/speex-&speex-version;
219 </seg>
220 </seglistitem>
221 </segmentedlist>
222
223 <variablelist>
224 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
225 <?dbfo list-presentation="list"?>
226 <?dbhtml list-presentation="table"?>
227
228 <varlistentry id="speexdec">
229 <term><command>speexdec</command></term>
230 <listitem>
231 <para>
232 decodes a <application>Speex</application> file and
233 produces a WAV or raw file
234 </para>
235 <indexterm zone="speex speexdec">
236 <primary sortas="b-speexdec">speexdec</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="speexenc">
242 <term><command>speexenc</command></term>
243 <listitem>
244 <para>
245 encodes a WAV or raw files using <application>Speex</application>
246 </para>
247 <indexterm zone="speex speexenc">
248 <primary sortas="b-speexenc">speexenc</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="libspeex">
254 <term><filename class="libraryfile">libspeex.so</filename></term>
255 <listitem>
256 <para>
257 provides functions for the audio encoding/decoding programs
258 </para>
259 <indexterm zone="speex libspeex">
260 <primary sortas="c-libspeex">libspeex.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="libspeexdsp">
266 <term><filename class="libraryfile">libspeexdsp.so</filename></term>
267 <listitem>
268 <para>
269 is a speech processing library that goes along with the
270 <application>Speex</application> codec
271 </para>
272 <indexterm zone="speex libspeexdsp">
273 <primary sortas="c-libspeexdsp">libspeexdsp.so</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 </variablelist>
279
280 </sect2>
281
282</sect1>
Note: See TracBrowser for help on using the repository browser.