LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Want to run an audio and visual capture file together

I have two files one is to capture an image using a video camera and another is a sine generated sound wave. I want to be able to run them successfully and wanted to know if there was a function or control that i can use to make it easy. if not what steps should i take.

0 Kudos
Message 1 of 2
(2,705 Views)

Video files, such as .avi, typically run at 30 frames/second.  Sound files (.wav) are often output at multiple kHz.  This makes it difficult to "combine" them.  However, there's nothing stopping you from, in parallel, playing an .avi file while simultaneously playing a .wav file -- they would each run at their own speed, independently and in parallel.

 

BS

0 Kudos
Message 2 of 2
(2,695 Views)