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
9fdaee55
Commit
9fdaee55
authored
Feb 13, 2007
by
J. Alexander Treuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidying up libsamplerate documentation in the mpd.conf man page.
git-svn-id:
https://svn.musicpd.org/mpd/trunk@5335
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
ea3d38e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
mpd.conf.5
doc/mpd.conf.5
+17
-13
No files found.
doc/mpd.conf.5
View file @
9fdaee55
...
...
@@ -124,36 +124,40 @@ Musepack, and MP3 (through ID3v2 ReplayGain tags, not APEv2) are supported.
This is the gain (in dB) applied to songs with ReplayGain tags.
.TP
.B volume_normalization <yes or no>
If yes, mpd will normalize the volume of songs as they play.
D
efault is no.
If yes, mpd will normalize the volume of songs as they play.
The d
efault is no.
.TP
.B samplerate_converter <integer or prefix>
Specifies the libsamplerate converter to use.
The supplied value should either be an integer or a prefix of the name of a converter.
The list of available converters at the time of writing is below
.
More converters may exist, consult the
documentation of the Secret Rabbit Code libsamplerate (at http://www.mega-nerd.com/SRC/) for details.
This specifies the libsamplerate converter to use. The supplied value should
either be an integer or a prefix of the name of a converter. The default is
"Fastest Sinc Interpolator"
.
At the time of this writing, the following converters are available:
.RS
.
H
P
.
T
P
Best Sinc Interpolator (0)
Band limited sinc interpolation, best quality, 97dB SNR, 96% BW.
.
H
P
.
T
P
Medium Sinc Interpolator (1)
Band limited sinc interpolation, medium quality, 97dB SNR, 90% BW.
.
H
P
Fastest Sinc Interpolator (2
, default
)
.
T
P
Fastest Sinc Interpolator (2)
Band limited sinc interpolation, fastest, 97dB SNR, 80% BW.
.
H
P
.
T
P
ZOH Interpolator (3)
Zero order hold interpolator, very fast, very poor quality with audible distortions.
.HP
Zero order hold interpolator, very fast, very poor quality with audible
distortions.
.TP
Linear Interpolator (4)
Linear interpolator, very fast, poor quality.
.RE
.IP
For an up-to-date list of available converters, please see the libsamplerate
documentation (available online at <\fBhttp://www.mega-nerd.com/SRC/\fP>).
.TP
.B audio_buffer_size <size in KiB>
This specifies the size of the audio output buffer that mpd uses. The default
...
...
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