summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-12-15 11:40:17 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-12-15 11:40:17 +0800
commit08752671521a8fea9a225f270d300e6652ef6703 (patch)
tree5482d5af04dc754f0684343b06e5fb551cf4d8bd
parentcb66a74924469ee99fd946dc4fa54e0c465173b3 (diff)
use cubic filter by default
-rw-r--r--src/dumb_resample.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumb_resample.cpp b/src/dumb_resample.cpp
index 8e16bbb..c3572bf 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 = 1;
+int dumb_resampling_quality = 2;