source: multimedia/libdriv/soundtouch.xml

trunk
Last change on this file was 4b31b63c, checked in by Bruce Dubbs <bdubbs@…>, 4 weeks ago

Update to soundtouch-2.3.3.

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 soundtouch-download-http "https://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
8 <!ENTITY soundtouch-download-ftp " ">
9 <!ENTITY soundtouch-md5sum "489c1050315965f69a9c0ad949744d73">
10 <!ENTITY soundtouch-size "596 KB">
11 <!ENTITY soundtouch-buildsize "7.6 MB">
12 <!ENTITY soundtouch-time "0.2 SBU">
13]>
14
15<sect1 id="soundtouch" xreflabel="SoundTouch-&soundtouch-version;">
16 <?dbhtml filename="soundtouch.html"?>
17
18
19 <title>SoundTouch-&soundtouch-version;</title>
20
21 <indexterm zone="soundtouch">
22 <primary sortas="a-SoundTouch">SoundTouch</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to SoundTouch</title>
27
28 <para>
29 The <application>SoundTouch</application> package contains an open-source audio
30 processing library that allows changing the sound tempo, pitch and playback
31 rate parameters independently from each other.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&soundtouch-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&soundtouch-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &soundtouch-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &soundtouch-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &soundtouch-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &soundtouch-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of SoundTouch</title>
74
75 <note>
76 <para>The tarball expands to 'soundtouch' instead of the expected
77 'soundtouch-&soundtouch-version;'</para>
78 </note>
79
80 <para>
81 Install <application>SoundTouch</application> by running the following
82 commands:
83 </para>
84
85 <caution>
86 <para>
87 The <command>bootstrap</command> command below fails if the ACLOCAL
88 environment variable is set as specified in <xref linkend="xorg7"/>.
89 If it is used, ACLOCAL needs to be unset for this package and then
90 reset for other packages.
91 </para>
92 </caution>
93
94<screen><userinput>./bootstrap &amp;&amp;
95./configure --prefix=/usr \
96 --docdir=/usr/share/doc/soundtouch-&soundtouch-version; &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install </userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para>
114 <option>--enable-openmp</option>: This switch adds support for running
115 the algorithms in parallel across several processor cores using OpenMP
116 implementation provided by GCC.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 soundstretch
132 </seg>
133 <seg>
134 libSoundTouch.so
135 </seg>
136 <seg>
137 /usr/include/soundtouch and
138 /usr/share/doc/soundtouch-&soundtouch-version;
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="soundstretch">
149 <term><command>soundstretch</command></term>
150 <listitem>
151 <para>
152 is a program for processing WAV audio files by modifying
153 sound tempo, pitch and playback rate properties independently
154 from each other
155 </para>
156 <indexterm zone="soundtouch soundstretch">
157 <primary sortas="b-soundstretch">soundstretch</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="libSoundTouch">
163 <term><filename class="libraryfile">libSoundTouch.so</filename></term>
164 <listitem>
165 <para>
166 contains <application>SoundTouch</application> API functions
167 </para>
168 <indexterm zone="soundtouch libSoundTouch">
169 <primary sortas="c-libSoundTouch">libSoundTouch.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.