LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array to .wav sound file

Solved!
Go to solution

I have an Array of 16-bit Integer data which is acquired with sampling rate of 262144 Samples per second. Can anyone help with how can I convert this signal to its corresponding sound output and save it as a .wav file? 

0 Kudos
Message 1 of 2
(860 Views)
Solution
Accepted by topic author linu95k

Hi, 

 

Did you see that LabVIEW has a set of sound functions ? 

 

Loc_fr_0-1680776176292.png

 

The one that you need is the Sound File Write Simple.vi

 

Loc_fr_1-1680776228653.png

 

 

The input is an Array of waveforms.

You need to convert you're data into that (To, dt, Array of data).

0 Kudos
Message 2 of 2
(828 Views)