source: multimedia/libdriv/speex.xml@ 08802956

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 08802956 was 08802956, checked in by Igor Živković <igor@…>, 20 years ago

Updated to WvStreams-3.75.0 and WvDial-1.54.0.

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

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