I'm using mmioRead to read in the data chunk of a wav file, but if the file has two channels I want to seperate each channels data, which is interlaced. Does anyone know any function that will seperate the channels data? Right now I'm reading everything, then looping through the returned array and splitting it that way. That's ok for small files, but much larger files take a long time to process. Any ideas? thanks.
Bob
Bob