LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6723 analog output of wav file using DAQmx

Greetings,
 
Newbie needs help to loop output of an 8-bit mono wav file to an analog output channel on a PCI-6723 using DAQmx.
 
Thanks
 
Toad
0 Kudos
Message 1 of 2
(2,617 Views)

Hi Toad,

Thanks for your post.

By using some of the sound VIs in LabVIEW it is possible to extract the raw waveform information in array form, and also obtain the sampling information.

With this info you should be able to scale down the array values and write them to your DAQ card. The sampling information returned from the file can then be used to set up your sample generation rate on your DAQ card.

Please see the attached example VI. You will be able to use this as a starting point, for your code. I hope this helps.

Thanks,

National Instruments | Northern California
0 Kudos
Message 2 of 2
(2,587 Views)