source: multimedia/libdriv/soundtouch.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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