08-21-2013 11:00 PM
hi, i have a 10 second wav file that has a sample rate at 51200S/s containing 10 channels. How can i read and extract the data of the individual channels and process them? I am able to use the simple read vi for a 2 channel wav file, but not so for a 10 channel wav file.
08-22-2013 05:56 AM
Have you tried the 'advanced' vis.
However, I had a look into the write to wma file vis, the WMS format doesn't seem to be too complicated, so it should be possible to read it as a binary file and do some bit banging.
10-08-2013 05:04 AM
hi, yea i have tried that.
works well up to 2 channels, but not for any thing greater than that.
is it due to the limitations of labview?