diff options
author | Chris Robinson <[email protected]> | 2015-09-18 03:19:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-18 03:19:16 -0700 |
commit | 46bbf95bae605ac8be1ca163e337b33928627960 (patch) | |
tree | 8ae1eea9e06f7e3c19b2b52d91b73e09bf91571d /ChangeLog | |
parent | db0f29f6d86d301b5f57f7dbe97c1544a0f79a10 (diff) |
Disable mmdevapi capture and update changelog
Unfortunately mmdevapi does not do channel remixing or resampling, even for
capture, so the device can only be opened in the mode it's configured for.
For now, fallback to dsound or winmm to get the conversion until we can do it
ourselves.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,6 @@ openal-soft-1.17.0: 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. @@ -35,6 +33,8 @@ openal-soft-1.17.0: Fixed returning the default capture device name. + Fixed mixing property calculations when deferring context updates. + Altered the behavior of alcSuspendContext and alcProcessContext to better match certain Windows drivers. |