]> Repos - portaudio/commit
wasapi:
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 24 Mar 2010 19:08:38 +0000 (19:08 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 24 Mar 2010 19:08:38 +0000 (19:08 +0000)
commit14a79e0e897920e6d44f71bd1f2f5940c0a3f287
tree19f093f45f24d5bb25520bc793d193de3696544f
parent4f26695b77113a0ca700ca42a42a38772f02d100
wasapi:
 - fixed bug when Exclusive mode was wrongly opening Stereo stream if Mono stream was requested (note: WASAPI device usually does not support Mono in Exclusive mode), resulted in distorted sound
 - implemented workaround for WASAPI limitation - in Exclusive mode Mono stream is not supported: now PA creates internal audio device in Stereo mode, and after callback call Mono data is mixed into Stereo output, this workaround is not supported for Blocking mode. all this is done transparent for user, automatically.
src/hostapi/wasapi/pa_win_wasapi.c