source: multimedia/libdriv/soundtouch.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 05eb990a was 54d58907, checked in by Pierre Labastie <pierre.labastie@…>, 16 months ago

Remove eol spaces

  • Property mode set to 100644
File size: 5.1 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
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 &lfs112_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 <para condition="html" role="usernotes">
71 User Notes: <ulink url="&blfs-wiki;/soundtouch"/>
72 </para>
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of SoundTouch</title>
77
78 <note>
79 <para>The tarball expands to 'soundtouch' instead of the expected
80 'soundtouch-&soundtouch-version;'</para>
81 </note>
82
83 <para>
84 Install <application>SoundTouch</application> by running the following
85 commands:
86 </para>
87
88 <caution>
89 <para>
90 The <command>bootstrap</command> command below fails if the ACLOCAL
91 environment variable is set as specified in <xref linkend="xorg7"/>.
92 If it is used, ACLOCAL needs to be unset for this package and then
93 reset for other packages.
94 </para>
95 </caution>
96
97<screen><userinput>./bootstrap &amp;&amp;
98./configure --prefix=/usr \
99 --docdir=/usr/share/doc/soundtouch-&soundtouch-version; &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install </userinput></screen>
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <option>--enable-openmp</option>: This switch adds support for running
118 the algorithms in parallel across several processor cores using OpenMP
119 implementation provided by GCC.
120 </para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Program</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 soundstretch
135 </seg>
136 <seg>
137 libSoundTouch.so
138 </seg>
139 <seg>
140 /usr/include/soundtouch and
141 /usr/share/doc/soundtouch-&soundtouch-version;
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="soundstretch">
152 <term><command>soundstretch</command></term>
153 <listitem>
154 <para>
155 is a program for processing WAV audio files by modifying
156 sound tempo, pitch and playback rate properties independently
157 from each other
158 </para>
159 <indexterm zone="soundtouch soundstretch">
160 <primary sortas="b-soundstretch">soundstretch</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libSoundTouch">
166 <term><filename class="libraryfile">libSoundTouch.so</filename></term>
167 <listitem>
168 <para>
169 contains <application>SoundTouch</application> API functions
170 </para>
171 <indexterm zone="soundtouch libSoundTouch">
172 <primary sortas="c-libSoundTouch">libSoundTouch.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.