mmtimer resolution question
10 Feb
2005
10 Feb
'05
8:21 p.m.
I'm trying to track down a problem with the direct sound regression tests when run in emulation mode using the wave api. I'm getting a lot of FIXMEs and poor quality playback. The dsound mixer callback routine expects to be called every 10 ms but is being called twice every 20 ms. Setting the timer resolution to 1 ms didn't help. I hacked the mmtimer to run at the requested 10 ms interval and the playback problems disappeared. Since the mmtimer thread uses WaitForSingleObject(sleep_time) for it's timer source, has something changed recently which would explain this behavior?
7699
Age (days ago)
7699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Reif