Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > ab2173dee9acec0882077681534bc924 > files > 34

pulseaudio-0.9.15-2.1mdv2009.1.src.rpm

From 83046696f3855db36267a6cf734bab1b7276c01c Mon Sep 17 00:00:00 2001
From: Colin Guthrie <development@colin.guthr.ie>
Date: Tue, 5 Aug 2008 20:43:41 +0100
Subject: [PATCH 503/505] Change the default resample method to speex-fixed-0 (Mandriva bug #36084)

---
 src/daemon/daemon.conf.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in
index ee71f85..561a19a 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -48,7 +48,12 @@
 ; log-time = no
 ; log-backtrace = 0
 
+# for (supposed) better quality
 ; resample-method = speex-float-3
+# for better speed (and lower quality
+; resample-method = trivial
+# good compromise
+resample-method = speex-float-0
 ; disable-remixing = no
 ; disable-lfe-remixing = yes
 
-- 
1.6.3.2