diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2010-10-19 11:51:25 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2010-10-19 11:51:25 +0800 |
commit | 7b3268b320d943316666baa3caf6aa415f11fe59 (patch) | |
tree | 287f036e056b11dc3935c15b4f2f11554bb847d1 /src | |
parent | 21b23522775195493dfe48266f4e2d0a4fe0046e (diff) |
set default resampling quality to linear
Diffstat (limited to 'src')
-rw-r--r-- | src/dumb_resample.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |