Re:Joining Wave Files
"Huseyin Candan" <
XXXX@XXXXX.COM >wrote in message
Quote
How can I join two WAV files of the same
properties and making a new one?
There are a ton of functions in the Win32 API for working with waveform
audio. For instance, look at mmioOpen(), mmioAscend(), mmioDescend(),
mmioCreateChunk(), mmioRead(), and mmioWrite(). You could open the two
files, determine the combined size of the two datas, then create a new file,
write a new header to it, then write the two datas to the file afterwards.
Gambit
{smallsort}