aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-24 04:14:19 -0700
committerChris Robinson <[email protected]>2017-05-24 04:22:03 -0700
commitc68a537ae8fd358856170112938359a743f1899e (patch)
treee9cece4dffedd19ca15d2b83de928cee2cfd513d /ChangeLog
parent2266fb76b9c7e75d513a8eee871063b667f1d815 (diff)
Update ChangeLog for the limiter and dithering
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 87efeae7..716fbb13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,11 @@ openal-soft-1.18.0:
Currently only applies when using the high-quality ambisonic decoder or
ambisonic output, with appropriate config options.
+ Implemented an output limiter to reduce the amount of distortion from
+ clipping.
+
+ Implemented dithering for 8-bit and 16-bit output.
+
Implemented a config option to select a preferred HRTF.
Implemented a run-time check for NEON extensions using /proc/cpuinfo.
@@ -71,9 +76,6 @@ openal-soft-1.18.0:
Improved performance of certain filter uses.
- Altered cone behavior for automatic auxiliary send gain and gainhf
- management. Now better represents the energy the room receives.
-
Removed support for the AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data
extensions. Due to conflicts with AL_EXT_SOURCE_RADIUS.