Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
52acea7b
Commit
52acea7b
authored
Jan 22, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: move resampler list to the plugin reference section
parent
e9b49a43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
29 deletions
+38
-29
user.xml
doc/user.xml
+38
-29
No files found.
doc/user.xml
View file @
52acea7b
...
@@ -770,35 +770,9 @@ systemctl start mpd.socket</programlisting>
...
@@ -770,35 +770,9 @@ systemctl start mpd.socket</programlisting>
</para>
</para>
<para>
<para>
The following resamplers are available (if enabled at
Check the
<link
linkend=
"resampler_plugins"
>
resampler plugin
compile time):
reference
</link>
for a list of resamplers.
</para>
</para>
<itemizedlist>
<listitem>
<para>
<ulink
url=
"http://www.mega-nerd.com/SRC/"
><application>
libsamplerate
</application></ulink>
a.k.a. Secret Rabbit Code (SRC).
</para>
</listitem>
<listitem>
<para>
<ulink
url=
"http://sourceforge.net/projects/soxr/"
><application>
libsoxr
</application></ulink>
,
the SoX Resampler library
</para>
</listitem>
<listitem>
<para>
internal: low CPU usage, but very poor quality. This is
the fallback if
<application>
MPD
</application>
was
compiled without an external resampler.
</para>
</listitem>
</itemizedlist>
<para>
<para>
The setting
<varname>
samplerate_converter
</varname>
controls
The setting
<varname>
samplerate_converter
</varname>
controls
...
@@ -2331,6 +2305,41 @@ buffer_size: 16384</programlisting>
...
@@ -2331,6 +2305,41 @@ buffer_size: 16384</programlisting>
</section>
</section>
</section>
</section>
<section
id=
"resampler_plugins"
>
<title>
Resampler plugins
</title>
<section
id=
"internal_resampler"
>
<title><varname>
internal
</varname></title>
<para>
A resampler built into
<application>
MPD
</application>
. Its
quality is very poor, but its CPU usage is low. This is the
fallback if
<application>
MPD
</application>
was compiled
without an external resampler.
</para>
</section>
<section
id=
"libsamplerate_resampler"
>
<title><varname>
libsamplerate
</varname></title>
<para>
A resampler using
<ulink
url=
"http://www.mega-nerd.com/SRC/"
><application>
libsamplerate
</application></ulink>
a.k.a. Secret Rabbit Code (SRC).
</para>
</section>
<section
id=
"soxr_resampler"
>
<title><varname>
soxr
</varname></title>
<para>
A resampler using
<ulink
url=
"http://sourceforge.net/projects/soxr/"
><application>
libsoxr
</application></ulink>
,
the SoX Resampler library
</para>
</section>
</section>
<section
id=
"output_plugins"
>
<section
id=
"output_plugins"
>
<title>
Output plugins
</title>
<title>
Output plugins
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment