diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-09-05 16:04:42 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-09-05 16:04:42 +0300 |
commit | f2164023fd0fda8c1a456c5c2f144f8943c24db9 (patch) | |
tree | c2c14f0d6b09640b40858eb889304dbb87d56a47 /man | |
parent | 33d349dcbbef0952e9e59ca105e08fdff5454803 (diff) |
Add new option to disable remixing from/to LFE and set it to on by default
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index c2eefaa5..ed158dfa 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -106,6 +106,16 @@ USA. </option> <option> + <p><opt>disable-lfe-remixing=</opt> When upmixing or downmixing + ignore LFE channels. When this option is on the output LFE + channel will only get a signal when an input LFE channel is + available as well. If no input LFE channel is available the + output LFE channel will always be 0. If no output LFE channel is + available the signal on the input LFE channel will be + ignored.</p> + </option> + + <option> <p><opt>use-pid-file=</opt> Create a PID file in <file>/tmp/pulse-$USER/pid</file>. Of this is enabled you may use commands like <opt>--kill</opt> or <opt>--check</opt>. If |