09-16-2009 02:27 PM
Hi,
I want to read data and header information from a RIFF file that is generated by a data recorder. It is saved as a .WAV file, but it contains extra information that I need to read. I have a data sheet that describes where I can find the header information and the data in the .WAV file, but I don't know how to extract it.
Please help!
Thanks
/ Patrik
09-17-2009 04:26 AM
Hi mrsound,
There is a VI 'Read from Binary File.vi' in LabVIEW which can read the file as binary data, if you know the exact position where the header information is, you can use it to extract it, just as the attach VI shows. Hope this helps.
10-08-2009 11:43 AM