[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-28-gb75b8aa

Colin Guthrie gitmailer-noreply at 0pointer.de
Sun Dec 19 07:29:08 PST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  12c3e97bb4ebca02a94bdf4b719fd50c72dfbdba (commit)

- Log -----------------------------------------------------------------
b75b8aa Further clarify src- and speex- references in pulse-daemon.conf
-----------------------------------------------------------------------

Summary of changes:
 man/pulse-daemon.conf.5.xml.in |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

-----------------------------------------------------------------------

commit b75b8aaf424c892953ae26f7a98d78f510f6595e
Author: Daniel T Chen <crimsun at ubuntu.com>
Date:   Sun Dec 19 07:51:21 2010 -0500

    Further clarify src- and speex- references in pulse-daemon.conf
    
    Based on comments from Arun Raghavan, make clear that we're referring
    to the libspeex API documentation for the speex- options. Also correct
    the quality range (was incorrectly 0..9 but is 0..10 now) and clean up
    the line length.
    
    Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>

diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 243c9e2..ded3cb4 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -90,19 +90,20 @@ USA.
       <opt>trivial</opt>, <opt>speex-float-N</opt>,
       <opt>speex-fixed-N</opt>, <opt>ffmpeg</opt>. See 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
-      all. The Speex resamplers take an integer quality setting in the
-      range 0..9 (bad...good). They exist in two flavours: <opt>fixed</opt> and
-      <opt>float</opt>. The former uses fixed point numbers, the latter relies on
-      floating point numbers. On most desktop CPUs the float point
-      resmampler is a lot faster, and it also offers slightly better
-      quality. See the output of <opt>dump-resample-methods</opt> for
-      a complete list of all available resamplers. Defaults to
-      <opt>speex-float-3</opt>. The <opt>--resample-method</opt>
-      command line option takes precedence. Note that some modules
-      overwrite or allow overwriting of the resampler to use.</p>
+      different src- and speex- methods, respectively. 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 all. The Speex resamplers take an
+      integer quality setting in the range 0..10 (bad...good). They
+      exist in two flavours: <opt>fixed</opt> and <opt>float</opt>. The former uses fixed point
+      numbers, the latter relies on floating point numbers. On most
+      desktop CPUs the float point resampler is a lot faster, and it
+      also offers slightly better quality. See the output of
+      <opt>dump-resample-methods</opt> for a complete list of all
+      available resamplers. Defaults to <opt>speex-float-3</opt>. The
+      <opt>--resample-method</opt> command line option takes precedence.
+      Note that some modules overwrite or allow overwriting of the
+      resampler to use.</p>
     </option>
 
     <option>

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list