source: multimedia/libdriv/speex.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY speex-download-http "http://www.speex.org/download/speex-&speex-version;.tar.gz">
7 <!ENTITY speex-download-ftp " ">
8 <!ENTITY speex-md5sum "15a0686b7e1f81d352a648044b350fcc">
9 <!ENTITY speex-size "546 KB">
10 <!ENTITY speex-buildsize "4.6 MB">
11 <!ENTITY speex-time "0.13 SBU">
12]>
13
14<sect1 id="speex" xreflabel="Speex-&speex-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="speex.html"?>
20<title>Speex-&speex-version;</title>
21
22<sect2>
23<title>Introduction to <application>Speex</application></title>
24
25<para><application>Speex</application> is an audio compression format designed
26especially for speech. It is well-adapted to Internet applications and
27provides useful features that are not present in most other
28<acronym>CODEC</acronym>s.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP):
33<ulink url="&speex-download-http;"/></para></listitem>
34<listitem><para>Download (FTP):
35<ulink url="&speex-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &speex-md5sum;</para></listitem>
37<listitem><para>Download size: &speex-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&speex-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&speex-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>Speex</application> dependencies</title>
45<sect4><title>Optional</title>
46<para><xref linkend="libogg"/></para>
47</sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>Speex</application></title>
54
55<para>Install <application>Speex</application> by running the
56following commands:</para>
57
58<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Contents</title>
66
67<para>The <application>Speex</application> package provides
68<command>speexdec</command>,
69<command>speexenc</command> and
70<filename class="libraryfile">libspeex</filename>.</para>
71
72</sect2>
73
74<sect2><title>Description</title>
75
76<sect3><title>speexdec</title>
77<para><command>speexdec</command> decodes a <application>Speex</application>
78file and produces a <acronym>WAV</acronym> or raw file.</para></sect3>
79
80<sect3><title>speexenc</title>
81<para><command>speexenc</command> encodes a <acronym>WAV</acronym> or
82raw files using <application>Speex</application>.</para></sect3>
83
84<sect3><title>libspeex</title>
85<para><filename class="libraryfile">libspeex</filename> provides
86functions for the audio encoding/decoding programs.</para></sect3>
87
88</sect2>
89
90</sect1>
Note: See TracBrowser for help on using the repository browser.