Alok
2010-05-18 06:22:01 UTC
Hello,
I have an Application which extract PCM data from two buffers of
IDirectSoundBuffer::Unlock method.
I dumped this audio data and add WAVE Header, and when I play it, a lot of
noises and glitches can be heard.
Currently I am dumping audio data in following sequence.
1. from first buffer of UnLock method.
2. then from second buffer of UnLock method.
Please suggest how can I remove these noises and glitches from this dumped
data.
I have an Application which extract PCM data from two buffers of
IDirectSoundBuffer::Unlock method.
I dumped this audio data and add WAVE Header, and when I play it, a lot of
noises and glitches can be heard.
Currently I am dumping audio data in following sequence.
1. from first buffer of UnLock method.
2. then from second buffer of UnLock method.
Please suggest how can I remove these noises and glitches from this dumped
data.