diff options
author | Chris Robinson <[email protected]> | 2017-05-24 04:14:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-24 04:22:03 -0700 |
commit | c68a537ae8fd358856170112938359a743f1899e (patch) | |
tree | e9cece4dffedd19ca15d2b83de928cee2cfd513d /ChangeLog | |
parent | 2266fb76b9c7e75d513a8eee871063b667f1d815 (diff) |
Update ChangeLog for the limiter and dithering
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |