LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I read a RIFF file in LabView?

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

0 Kudos
Message 1 of 3
(2,895 Views)

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.

0 Kudos
Message 2 of 3
(2,866 Views)
Thank you for your help and sorry for not responding earlier. I figured out how to do it.
0 Kudos
Message 3 of 3
(2,790 Views)