From 7b3268b320d943316666baa3caf6aa415f11fe59 Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Tue, 19 Oct 2010 11:51:25 +0800 Subject: set default resampling quality to linear --- src/dumb_resample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dumb_resample.cpp b/src/dumb_resample.cpp index 47b08cf..2e1dc34 100644 --- a/src/dumb_resample.cpp +++ b/src/dumb_resample.cpp @@ -75,7 +75,7 @@ namespace audiere { * Values outside the range 0-2 will behave the same as the nearest * value within the range. */ -int dumb_resampling_quality = 2; +int dumb_resampling_quality = 1; -- cgit v1.2.3