A
Adam Clauss
Alright, I have a need to combine 2 (or possibly more - figure if I can get
two working, more won't be hard) .wav files into one .wav file.
Now, it is relatively easy enough for me to read in the wav headers and
physically combine the data blocks. The problem is, the .wav files could
quite possibly be different rates - which makes "combining the data blocks"
a lot more complicated.
So, is there any libraries or such that can assist in this. I spent some
time on google, but did not come up with anything. It seems I might be able
to use DirectSound to do this for me? Or some other method?
I appreciate any advice you might have.
Thanks!
two working, more won't be hard) .wav files into one .wav file.
Now, it is relatively easy enough for me to read in the wav headers and
physically combine the data blocks. The problem is, the .wav files could
quite possibly be different rates - which makes "combining the data blocks"
a lot more complicated.
So, is there any libraries or such that can assist in this. I spent some
time on google, but did not come up with anything. It seems I might be able
to use DirectSound to do this for me? Or some other method?
I appreciate any advice you might have.
Thanks!