Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > cd650bee77fb40806049afc93fd5f47d > files > 8

pulseaudio-0.9.10-11mdv2009.0.src.rpm

From 680b0ca2e473099e379e430e22b5f9a814267402 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] 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 e4cfb82..b7babf2 100644
--- a/src/daemon/daemon.conf.in
+++ b/src/daemon/daemon.conf.in
@@ -45,7 +45,12 @@
 ; log-target = auto
 ; log-level = notice
 
+# 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
 
 ; no-cpu-limit = no
-- 
1.5.6.4