diff options
-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; |