diff options
author | Chris Robinson <[email protected]> | 2010-01-11 05:37:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-11 05:37:20 -0800 |
commit | 705849ca7371176d4e645b92898cb9a235602f9f (patch) | |
tree | bd6f3825bc2f84d1dff371a73c4e36baeafd2d26 /alsoftrc.sample | |
parent | 1a57f095e8970f11edccd6f122b7a87391b04166 (diff) |
Add an option for point resampling
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 22c60a3c..bda8dd45 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -60,6 +60,13 @@ # Sets the output frequency. #frequency = 44100 +## resampler: +# Selects the resampler used when mixing sources. Valid values are: +# 0 - None (nearest sample, no interpolation) +# 1 - Linear (extrapolates samples using a linear slope between samples) +# Specifying other values will result in using the default (linear). +#resampler = 1 + ## rt-prio: # Sets real-time priority for the mixing thread. Not all drivers may use this # (eg. PulseAudio) as they already control the priority of the mixing thread. |