From 30398083f46478ab358c0310d093632f991be12d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 4 Sep 2015 14:53:38 -0700 Subject: Update the changelog for initial 1.17 changes --- ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8df50144..fbb6133b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +openal-soft-1.17.0: + + Implemented a JACK playback backend. + + Implemented the AL_EXT_BFORMAT and AL_EXT_MULAW_BFORMAT extensions. + + Implemented the ALC_SOFT_HRTF extension. + + Implemented SSE2 and SSE4.1 cubic resamplers. + + Implemented B-Format output support for the wave file writer. This creates FuMa-style first-order Ambisonics wave files (AMB format). + + Implemented capture support for the MMDevAPI backend. + + Implemented a stereo-mode config option for treating stereo modes as either speakers or headphones. + + Implemented per-device configuration options. + + Fixed handling of PulseAudio and MMDevAPI devices that have identical descriptions. + + Fixed stopping playback of suspended PulseAudio devices. + + Fixed logging of Unicode characters on Windows. + + Fixed 5.1 surround sound channels. By default it will now use the side channels for the surround output. A configuration using rear channels is still available. + + Fixed the QSA backend potentially altering the capture format. + + Fixed detecting MMDevAPI's default device. + + Fixed returning the default capture device name. + + Altered the behavior of alcSuspendContext and alcProcessContext to better match certain Windows drivers. + + Altered the panning algorithm for better side and back positioning cues with surround sound output. + + Improved support for certain older Windows apps. + + Improved the alffplay example to support surround sound streams. + + Improved support for building as a sub-project. + + Added a toolchain to help with cross-compiling to Android. + openal-soft-1.16.0: Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor -- cgit v1.2.3