diff options
author | David Henningsson <david.henningsson@canonical.com> | 2015-03-30 11:10:56 +0200 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2015-03-30 11:10:56 +0200 |
commit | c65a606ae73c9f9fa7bed4aade575395f4ff1890 (patch) | |
tree | 3112c36b71bc5dff9cb52760f890ce537f52a74f /man | |
parent | a9059be749b6043d6cbc5b79652e8a4adda8994e (diff) |
resampler: Allow disabling the LFE filter by setting crossover to 0
When crossover_freq is set to 0, this restores the old behaviour
of letting the LFE channel be the average of the source channels,
without additional processing. This can be useful e g in case the
user already has a hardware crossover.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index bc91a5af8..d221585dc 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -130,7 +130,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. <option> <p><opt>lfe-crossover-freq=</opt> The crossover frequency (in Hz) for the - LFE filter. Defaults to 120 Hz.</p> + LFE filter. Defaults to 120 Hz. Set it to 0 to disable the LFE filter.</p> </option> <option> |