diff options
author | Chris Robinson <[email protected]> | 2010-01-11 06:19:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-11 06:19:54 -0800 |
commit | 93b584ff8419f76d934e0a6e9cbc55cf907ea259 (patch) | |
tree | 908aefd3b355d119ba9c6ded7db7295397ee58a4 /alsoftrc.sample | |
parent | 705849ca7371176d4e645b92898cb9a235602f9f (diff) |
Add a cosine resampler
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index bda8dd45..aa95121e 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -64,6 +64,7 @@ # 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) +# 2 - Cosine (extrapolates using a (co)sine slope) # Specifying other values will result in using the default (linear). #resampler = 1 |