source: multimedia/libdriv/soundtouch.xml@ 1d76821

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 1d76821 was 1d76821, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

More tags

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

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