LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert .lvm into .wav or any audible file format

Dear experts,

 

I have .lvm files recorded by sound and vibration toolkit and cDAQ-9171. 

How I can convert these recorded .lvm files into .wav or any other audible file format?

 

Thank you,

Mahmoud

0 Kudos
Message 1 of 4
(4,225 Views)
Message 2 of 4
(4,220 Views)

Thanks for the vi.

Could you elaborate how to use it? I'm new to LabVIEW.

 

0 Kudos
Message 3 of 4
(4,199 Views)

The linked help should be all the information you need, including how to use it and where to find it.  It requires the path of where the file should be written to on disk, it needs the analog waveform data that is made up of a start time, delta time betwen samples, and the samples themselves, and the bits per second which can be left unwired.  After running that function with the waveform input you should either get the file, or an error telling you why it couldn't make the file.  If you don't know how to write code in LabVIEW I suggest you take some of the free training online like the 6 hour course.

 

NI Learning Center

NI Getting Started

-Hardware Basics

-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)

-LabVEW Basics

-DAQ Application Tutorials

-cRIO Developer's Guide 

Learn NI Training Resource Videos

6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required

0 Kudos
Message 4 of 4
(4,144 Views)