diff options
author | Hui Wang <hui.wang@canonical.com> | 2015-03-24 10:29:16 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2015-03-30 10:52:30 +0200 |
commit | c36e191ce5d38173424c3db9ba06638fd6b8408e (patch) | |
tree | 5629e6d88727f7c6e1898b176f104e3893560731 /man | |
parent | 3538e6636edc1ba0b75e7409db618dbb7fe79d3e (diff) |
lfe-filter: change the crossover frequency as a parameter
Add a user defined parameter lfe-crossover-freq for the lfe-filter,
to pass this parameter to the lfe-filter, we need to change the
pa_resampler_new() API as well.
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 07be109cf..048f8f454 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -129,6 +129,11 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. </option> <option> + <p><opt>lfe-crossover-freq=</opt> The crossover frequency (in Hz) for the + LFE filter. Defaults to 120 Hz.</p> + </option> + + <option> <p><opt>use-pid-file=</opt> Create a PID file in the runtime directory (<file>$XDG_RUNTIME_DIR/pulse/pid</file>). If this is enabled you may use commands like <opt>--kill</opt> or <opt>--check</opt>. If |