daemon-conf: enable the lfe remixing by default

Since we have a workable lfe filter, it is time to enable the lfe
remixing by default.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
This commit is contained in:
Hui Wang 2015-03-24 10:29:15 +01:00 committed by David Henningsson
parent 98e01c8a9c
commit a9059be749
3 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ static const pa_daemon_conf default_conf = {
.log_time = false,
.resample_method = PA_RESAMPLER_AUTO,
.disable_remixing = false,
.disable_lfe_remixing = true,
.disable_lfe_remixing = false,
.lfe_crossover_freq = 120,
.config_file = NULL,
.use_pid_file = true,

View file

@ -54,7 +54,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl
; resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no
; enable-lfe-remixing = yes
; lfe-crossover-freq = 120
; flat-volumes = yes