source: multimedia/libdriv/alsa-plugins.xml@ b707cc4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b707cc4 was b707cc4, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Updated alsa-plugins to 1.0.13

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

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[bdf22d74]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY alsa-plugins-download-http "&alsa-download-http;/plugins/alsa-plugins-&alsa-plugins-version;.tar.bz2">
8 <!ENTITY alsa-plugins-download-ftp "&alsa-download-ftp;/plugins/alsa-plugins-&alsa-plugins-version;.tar.bz2">
[b707cc4]9 <!ENTITY alsa-plugins-md5sum "7ef5e429b4a2756d0b5f0d7ce5bba0c8">
10 <!ENTITY alsa-plugins-size "225 KB">
[7ffd4d7]11 <!ENTITY alsa-plugins-buildsize "2.4 MB">
12 <!ENTITY alsa-plugins-time "less than 0.1 SBU">
[bdf22d74]13]>
14
[39a9c7d]15 <!--
16 Editors: please examine the output from the configure command to see if
17 there are any new dependencies. There has been a bunch of work on the
18 plugins the last couple of releases, and that trend may continue.
19 -->
20
[bdf22d74]21<sect1 id="alsa-plugins" xreflabel="ALSA Plugins-&alsa-plugins-version;">
22 <?dbhtml filename="alsa-plugins.html"?>
23
24 <sect1info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 </sect1info>
28
29 <title>ALSA Plugins-&alsa-plugins-version;</title>
30
31 <indexterm zone="alsa-plugins">
32 <primary sortas="a-ALSA-Plugins">ALSA Plugins</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to ALSA Plugins</title>
37
38 <para>The <application>ALSA Plugins</application> package contains
[b707cc4]39 plugins for various audio libraries and sound servers.</para>
[bdf22d74]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&alsa-plugins-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&alsa-plugins-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &alsa-plugins-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &alsa-plugins-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &alsa-plugins-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &alsa-plugins-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">ALSA Plugins Dependencies</bridgehead>
64
[cb8a404]65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="pkgconfig"/> and
67 <xref linkend="alsa-lib"/></para>
68
[bdf22d74]69 <bridgehead renderas="sect4">Optional</bridgehead>
[39a9c7d]70 <para role="optional"><xref linkend="ffmpeg"/>,
[b707cc4]71 <ulink url="http://jackaudio.org/">JACK</ulink>,
72 <ulink url="http://pulseaudio.org/">PulseAudio</ulink>,
[39a9c7d]73 <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
74 Code</ulink> (a.k.a. libsamplerate)</para>
[bdf22d74]75
[0e2aa08]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/alsa-plugins"/></para>
78
[bdf22d74]79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of ALSA Plugins</title>
83
[2ec77c4d]84 <para>Install <application>ALSA Plugins</application> by
[bdf22d74]85 running the following commands:</para>
86
87<screen><userinput>./configure &amp;&amp;
88make</userinput></screen>
89
[2ec77c4d]90 <para>This package does not come with a test suite.</para>
[bdf22d74]91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
[39a9c7d]94<screen role="root"><userinput>make install &amp;&amp;
95install -v -m755 -d /usr/share/doc/alsa-plugins-&alsa-plugins-version; &amp;&amp;
96install -v -m644 doc/{README*,*.txt} \
97 /usr/share/doc/alsa-plugins-&alsa-plugins-version;</userinput></screen>
[bdf22d74]98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
[fb970b77]107 <segtitle>Installed Directory</segtitle>
[bdf22d74]108
109 <seglistitem>
110 <seg>None</seg>
[39a9c7d]111 <seg>Numerous libasound_module_<replaceable>&lt;module&gt;</replaceable>.so
112 modules including ctl_oss, pcm_oss, pcm_upmix, pcm_vdownmix and
[b707cc4]113 optionally ctl_pulse, pcm_pulse, pcm_a52, pcm_jack and
114 rate_samplerate*</seg>
[39a9c7d]115 <seg>/usr/share/doc/alsa-plugins-&alsa-plugins-version;</seg>
[bdf22d74]116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="libasound_module_pcm_oss.so">
125 <term><filename class='libraryfile'>libasound_module_pcm_oss.so</filename></term>
126 <listitem>
127 <para>Allows native <application>ALSA</application> applications to
128 run on <application>OSS</application>.</para>
129 <indexterm zone="alsa-plugins libasound_module_pcm_oss.so">
130 <primary sortas="c-libasound_module_pcm_oss">libasound_module_pcm_oss.so</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
[39a9c7d]134
[b707cc4]135 <varlistentry id="libasound_module_pcm_upmix.so">
136 <term><filename class='libraryfile'>libasound_module_pcm_upmix.so</filename></term>
137 <listitem>
138 <para>Allows upmixing sound to 4 or 6 channels.</para>
139 <indexterm zone="alsa-plugins libasound_module_pcm_upmix.so">
140 <primary sortas="c-libasound_module_pcm_upmix">libasound_module_pcm_upmix.so</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="libasound_module_pcm_vdownmix.so">
146 <term><filename class='libraryfile'>libasound_module_pcm_vdownmix.so</filename></term>
147 <listitem>
148 <para>Allows downmixing sound from 4-6 channels to 2
149 channel stereo output.</para>
150 <indexterm zone="alsa-plugins libasound_module_pcm_vdownmix.so">
151 <primary sortas="c-libasound_module_pcm_vdownmix">libasound_module_pcm_vdownmix.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
[bdf22d74]156 <varlistentry id="libasound_module_pcm_jack.so">
157 <term><filename class='libraryfile'>libasound_module_pcm_jack.so</filename></term>
158 <listitem>
159 <para>Allows native <application>ALSA</application> applications to
160 work with <command>jackd</command>.</para>
161 <indexterm zone="alsa-plugins libasound_module_pcm_jack.so">
162 <primary sortas="c-libasound_module_pcm_jack">libasound_module_pcm_jack.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
[b707cc4]167 <varlistentry id="libasound_module_pcm_pulse.so">
168 <term><filename class='libraryfile'>libasound_module_pcm_pulse.so</filename></term>
169 <listitem>
170 <para>Allows native <application>ALSA</application> applications
171 to access a <application>PulseAudio</application> sound
172 daemon.</para>
173 <indexterm zone="alsa-plugins libasound_module_pcm_pulse.so">
174 <primary sortas="c-libasound_module_pcm_pulse">libasound_module_pcm_pulse.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libasound_module_pcm_a52.so">
180 <term><filename class='libraryfile'>libasound_module_pcm_a52.so</filename></term>
181 <listitem>
182 <para>Converts S16 linear sound format to A52 compressed format
183 and sends it to an SPDIF output.</para>
184 <indexterm zone="alsa-plugins libasound_module_pcm_a52.so">
185 <primary sortas="c-libasound_module_pcm_a52">libasound_module_pcm_a52.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libasound_module_rate_samplerate.so">
191 <term><filename class='libraryfile'>libasound_module_rate_samplerate.so</filename></term>
192 <listitem>
193 <para>Provides an external rate converter through
194 <filename class='libraryfile'>libsamplerate</filename>.</para>
195 <indexterm zone="alsa-plugins libasound_module_rate_samplerate.so">
196 <primary sortas="c-libasound_module_rate_samplerate">libasound_module_rate_samplerate.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
[bdf22d74]201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.