source: multimedia/libdriv/speex.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

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