]> Repos - portaudio/commit
wasapi:
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 6 Jul 2010 07:28:48 +0000 (07:28 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 6 Jul 2010 07:28:48 +0000 (07:28 +0000)
commit0a4cf33379796c7f37f8cd55affe554063711de0
tree2291ce2a252e54437ad87ceaadbd12e93a522c37
parenta612dd6ac60ec04b76a08893dc60e3f970f633cf
wasapi:
 - reimplemented suggestedLatency and framesPerBuffer parameters in Pa_OpenStream call to opearate by the following formula - 'hostBufferFrames = userFramesPerBuffer + max(userFramesPerBuffer, (suggestedLatency * sampleRate))' as discussed on PA mailing-lists
 - it is now possible to achieve 5.33ms latency in Polling & Exclusive mode (WOW64 or Native)
 - Polling method for output will benefit from direct WASAPI buffer pointer exposure to a user space through a callback (no copying)
src/hostapi/wasapi/pa_win_wasapi.c