[pulseaudio-discuss] [PATCH 3/6] daemon-conf: enable the lfe remixing by default

David Henningsson david.henningsson at canonical.com
Wed Jan 28 14:14:47 PST 2015


From: Hui Wang <hui.wang at canonical.com>

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

Signed-off-by: Hui Wang <hui.wang at canonical.com>
---
 man/pulse-daemon.conf.5.xml.in | 2 +-
 src/daemon/daemon-conf.c       | 2 +-
 src/daemon/daemon.conf.in      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index d37de25..8c99e9c 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -117,7 +117,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
       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. Defaults to <opt>no</opt>.</p>
+      will be ignored. Defaults to <opt>yes</opt>.</p>
     </option>
 
     <option>
diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c
index 6e9d377..61cf630 100644
--- a/src/daemon/daemon-conf.c
+++ b/src/daemon/daemon-conf.c
@@ -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,
     .config_file = NULL,
     .use_pid_file = true,
     .system_instance = false,
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index 067738d..26908df 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -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
 
 ; flat-volumes = yes
 
-- 
1.9.1



More information about the pulseaudio-discuss mailing list