mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
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:
parent
2fb83d13f2
commit
4763ca1376
45 changed files with 428 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue