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
This commit is contained in:
parent
ea3d38e006
commit
9fdaee5571
@ -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.
|
This is the gain (in dB) applied to songs with ReplayGain tags.
|
||||||
.TP
|
.TP
|
||||||
.B volume_normalization <yes or no>
|
.B volume_normalization <yes or no>
|
||||||
If yes, mpd will normalize the volume of songs as they play. Default is no.
|
If yes, mpd will normalize the volume of songs as they play. The default is no.
|
||||||
.TP
|
.TP
|
||||||
.B samplerate_converter <integer or prefix>
|
.B samplerate_converter <integer or prefix>
|
||||||
Specifies the libsamplerate converter to use.
|
This specifies the libsamplerate converter to use. The supplied value should
|
||||||
The supplied value should either be an integer or a prefix of the name of a converter.
|
either be an integer or a prefix of the name of a converter. The default is
|
||||||
The list of available converters at the time of writing is below.
|
"Fastest Sinc Interpolator".
|
||||||
More converters may exist, consult the
|
|
||||||
documentation of the Secret Rabbit Code libsamplerate (at http://www.mega-nerd.com/SRC/) for details.
|
At the time of this writing, the following converters are available:
|
||||||
.RS
|
.RS
|
||||||
.HP
|
.TP
|
||||||
Best Sinc Interpolator (0)
|
Best Sinc Interpolator (0)
|
||||||
|
|
||||||
Band limited sinc interpolation, best quality, 97dB SNR, 96% BW.
|
Band limited sinc interpolation, best quality, 97dB SNR, 96% BW.
|
||||||
.HP
|
.TP
|
||||||
Medium Sinc Interpolator (1)
|
Medium Sinc Interpolator (1)
|
||||||
|
|
||||||
Band limited sinc interpolation, medium quality, 97dB SNR, 90% BW.
|
Band limited sinc interpolation, medium quality, 97dB SNR, 90% BW.
|
||||||
.HP
|
.TP
|
||||||
Fastest Sinc Interpolator (2, default)
|
Fastest Sinc Interpolator (2)
|
||||||
|
|
||||||
Band limited sinc interpolation, fastest, 97dB SNR, 80% BW.
|
Band limited sinc interpolation, fastest, 97dB SNR, 80% BW.
|
||||||
.HP
|
.TP
|
||||||
ZOH Interpolator (3)
|
ZOH Interpolator (3)
|
||||||
|
|
||||||
Zero order hold interpolator, very fast, very poor quality with audible distortions.
|
Zero order hold interpolator, very fast, very poor quality with audible
|
||||||
.HP
|
distortions.
|
||||||
|
.TP
|
||||||
Linear Interpolator (4)
|
Linear Interpolator (4)
|
||||||
|
|
||||||
Linear interpolator, very fast, poor quality.
|
Linear interpolator, very fast, poor quality.
|
||||||
.RE
|
.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
|
.TP
|
||||||
.B audio_buffer_size <size in KiB>
|
.B audio_buffer_size <size in KiB>
|
||||||
This specifies the size of the audio output buffer that mpd uses. The default
|
This specifies the size of the audio output buffer that mpd uses. The default
|
||||||
|
Loading…
Reference in New Issue
Block a user