source: multimedia/libdriv/soundtouch.xml@ 8b7c7f7

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8b7c7f7 was 8b7c7f7, checked in by Bruce Dubbs <bdubbs@…>, 18 months ago

Update to soundtouch-2.3.2.

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