aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-11-07 06:16:54 -0800
committerChris Robinson <[email protected]>2015-11-07 06:16:54 -0800
commitfe00b65d9ad17bdd29fdbac7916d3a740eb1b467 (patch)
treece765adaa2ff7f59abf8d081dcaec9b82ccf99e7
parent91258cc19221e08bac88b42fc2d60dbbf35997dc (diff)
Correct a comment about the new bsinc resampler
It always performs anti-aliasing, even when up-sampling.
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88c5c2ee..2f037254 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,8 +9,7 @@ openal-soft-1.17.0:
Implemented C, SSE3, and SSE4.1 based 4- and 8-point Sinc resamplers.
Implemented a C and SSE based band-limited Sinc resampler. This does 12- to
- 24-point Sinc resampling, and performs anti-aliasing when increasing the
- sample rate above the output.
+ 24-point Sinc resampling, and performs anti-aliasing.
Implemented B-Format output support for the wave file writer. This creates
FuMa-style first-order Ambisonics wave files (AMB format).