LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start Stop Audio and do FFT

Hello,

I want to be able to play, stop (all the windows media functionalities) an audio file in Labview, and continuously plot its timewave data and FFT at the same time (depending on the cursor position when the audio file is played). Should i use the audio vi's that come with labview or the windows media player activeX? How do i get my timewave (the data) oi i use windows media player control?

Thanks!

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

>Should i use the audio vi's that come with labview or the windows media player activeX?

 

With LV API you stand a change. It has all the features you want. Reading files, getting raw data, playing raw data.

 

The WMP is for playing stuff (video and audio) I doubt there is a way to get the raw data when it's playing.

 

 

>How do i get my timewave (the data) oi i use windows media player control?

 

I'd be surprised if that is possible.

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