LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wmp

Hello

 

I would like to play music in labview from a external USB drive but than the hard part I want to amplify the signal from the music

and send it to an frequentieconverter by using an myDAQ analogue output port the layout should be very simple for

people that don't know anything about labview

 

this would be used for a fountain in our pool we want it to move on the music

 

can someone help me ? 

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

The problem is with getting the MP3 data, as LV can only read wave files with the built-in VIs and I don't know of any code which can read MP3 and make LV understand it (although there might be).

 

Here are some options:

 

  1. Convert the files to WAV beforehand.
  2. Plug the output jack into the input jack of the sound card and use the sound VIs to read the input.
  3. Plug the output jack into the MyDAQ's input jack and use that to read the input. It looks like this is what was done here and they say they have some code - http://waterloolabs.blogspot.com/2012/04/new-video-karaoke-on-fire_16.html

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,214 Views)