mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
trivial: Mention speex as a resampler reference in pulse-daemon.conf
A Debian user seemed confused that the man page for pulse-daemon.conf does not refer to the libspeex API Resampler for use in PulseAudio's *-src. Fix it by explicitly mentioning speex. (http://bugs.debian.org/541206) Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
This commit is contained in:
parent
3e6af07496
commit
52e3268c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ USA.
|
||||||
<opt>src-zero-order-hold</opt>, <opt>src-linear</opt>,
|
<opt>src-zero-order-hold</opt>, <opt>src-linear</opt>,
|
||||||
<opt>trivial</opt>, <opt>speex-float-N</opt>,
|
<opt>trivial</opt>, <opt>speex-float-N</opt>,
|
||||||
<opt>speex-fixed-N</opt>, <opt>ffmpeg</opt>. See the
|
<opt>speex-fixed-N</opt>, <opt>ffmpeg</opt>. See the
|
||||||
documentation of libsamplerate for an explanation for the
|
documentation of libsamplerate and speex for explanations of the
|
||||||
different src- methods. The method <opt>trivial</opt> is the most basic
|
different src- methods. The method <opt>trivial</opt> is the most basic
|
||||||
algorithm implemented. If you're tight on CPU consider using
|
algorithm implemented. If you're tight on CPU consider using
|
||||||
this. On the other hand it has the worst quality of them
|
this. On the other hand it has the worst quality of them
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue