diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2010-12-17 23:55:21 -0500 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-12-18 11:11:45 +0000 |
commit | 52e3268c9fe30fb59364b2ec66e2446eb7765015 (patch) | |
tree | 8d7ccfd086e9a144a958de26833a6331bc05c4d8 /man | |
parent | 3e6af0749635ed8fafef5850483f8a6cbbd47840 (diff) |
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>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index e6b1e190..81641062 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -89,7 +89,7 @@ USA. <opt>src-zero-order-hold</opt>, <opt>src-linear</opt>, <opt>trivial</opt>, <opt>speex-float-N</opt>, <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 algorithm implemented. If you're tight on CPU consider using this. On the other hand it has the worst quality of them |