Comment some more files

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@309 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-21 21:31:28 +00:00
parent 2fb83d13f2
commit 4763ca1376
45 changed files with 428 additions and 81 deletions

View file

@ -60,8 +60,18 @@
## true, otherwise to "stderr".
; log-target = auto
## The resampling algorithm to use. Use one of sinc-best-quality,
## sinc-medium-quality, sinc-fastest, zero-order-hold, linear. See
## the documentation of libsamplerate for an explanation fot the
## different methods.
## The resampling algorithm to use. Use one of src-sinc-best-quality,
## src-sinc-medium-quality, src-sinc-fastest, src-zero-order-hold,
## src-linear, trivial. See the documentation of libsamplerate for an
## explanation for the different methods. The method 'trivial' is the
## only algorithm implemented without usage of floating point
## numbers. If you're tight on CPU consider using this. On the other
## hand it has the worst quality of all.
; resample-method = sinc-fastest
## Create a PID file in /tmp/polypaudio-$USER/pid. Of this is enabled
## you may use commands like "polypaudio --kill" or "polypaudio
## --check". If you are planning to start more than one polypaudio
## process per user, you better disable this option since it
## effectively disables multiple instances.
; use-pid-file = 1