diff options
author | Chris Robinson <[email protected]> | 2020-07-23 19:20:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-07-23 19:20:55 -0700 |
commit | 76c57990be37d6cd4483bb40538f4471c4ae4fb9 (patch) | |
tree | ffd57cf2de87cad40017c72dfb907bc4071d5af4 /ChangeLog | |
parent | 39a2f0626ad1755bdb2b00d3bab8204b05e3afc9 (diff) |
Cleanup and fix a typo in the changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,8 +16,8 @@ openal-soft-1.21.0: Reimplemented the modulation stage for reverb. - Enabled real-time mixing priority by default. It can still be disabled in - the config file (for backends that use the setting). + Enabled real-time mixing priority by default, for backends that use the + setting. It can still be disabled in the config file. Enabled dual-band processing for the built-in quad and 7.1 output decoders. @@ -49,7 +49,7 @@ openal-soft-1.21.0: should now be real-time safe. Although alcRenderSamplesSOFT is not due to locking to check the device handle validity. - Modified the UHJ encoder to use an all-pass FIR filter that's less harnful + Modified the UHJ encoder to use an all-pass FIR filter that's less harmful to non-filtered signal phase. Converted examples from SDL_sound to libsndfile. To avoid issues when |