Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=23600
Your paranoid android
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=23596
Your paranoid android
Op 21-12-12 18:44, joerg-cyril.hoe...@t-systems.com schreef:
> Hi,
>
> Maarten Lankhorst answered:
>>> [...] I wonder why you
>>> insist on using GetStreamLatency as the basis of your timeout
>>> computations instead of GetDevicePeriod.
>> Because I'm using it later on in the rework to tell how m
Op 21-12-12 11:59, joerg-cyril.hoe...@t-systems.com schreef:
> Maarten,
>
>> +hres = IAudioClient_GetStreamLatency(device->client, &period);
>> +device->sleeptime = period_ms * 5 / 2;
>> +ret = WaitForSingleObject(dev->sleepev, dev->sleeptime);
> Although it's a minor point,