diff options
author | Chris Robinson <[email protected]> | 2015-09-05 00:07:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-05 00:07:05 -0700 |
commit | d6290482ccc1604b1dc92726215ea574acae469d (patch) | |
tree | 0d80bd0a5138c7e48f8d964dd064a1f0d82820da | |
parent | 703f1fdec2215200bde774a6328522f5516f0b2b (diff) |
Add word wrapping to the changelog
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -8,21 +8,26 @@ openal-soft-1.17.0: 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 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 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 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 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. @@ -30,9 +35,11 @@ openal-soft-1.17.0: Fixed returning the default capture device name. - Altered the behavior of alcSuspendContext and alcProcessContext to better match certain Windows drivers. + 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. + Altered the panning algorithm for better side and back positioning cues + with surround sound output. Improved support for certain older Windows apps. |