How come the Wave position incorrect? Here are the source code following...
mWaveTime.wType=TIME_MS;
waveOutGetPosition(hWaveOut, &mWaveTime, cbmmt);
nTimePos=mWaveTime.u.ms;
But there is a littlt differnet between the nTimePos and actual time. How can I convert it?


Reply With Quote