LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sound comparison and detection

Hi everyone,

 

I have two sound files(named "soundfile1 and soundfile2") here (.wav) that i wanted to do is to put different sound files but the LED/INDICATOR will turn ON once the sound file1 is selected.

 

It's that possible? How can i start? Give me some answers

Thanks,

0 Kudos
Message 1 of 3
(2,887 Views)
The LED indicator on what? We need to see your code to give any advice.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,867 Views)

johnerich09@gmail.com wrote:

I have two sound files(named "soundfile1 and soundfile2") here (.wav) that i wanted to do is to put different sound files but the LED/INDICATOR will turn ON once the sound file1 is selected.


Your description is incomplete:

  • What should happen if soundfile2 is selected?
  • What should happen if nothing is selected?
  • Who selects the files?
  • How are file selected? (dialog, listbox, etc.)
  • What should happen with the selected file (e.g. play over speaker?)
  • I assume you are trying to write a LabVIEW program, right?
  • What should happen if the sound files are not there?
  • Is this a virtual LED on the front panel or a real LED connected to some hardware?
  • Do you want to recognize it by the file name or do you want to recognized it by the sound it makes?

johnerich09@gmail.com wrote:

It's that possible?


LabVIEW is a full featured programming environment, so anything imaginable is also posssible.


johnerich09@gmail.com wrote:

How can i start? Give me some answers


That depends how familiar you are with LabVIEW.

If this is your first program, I would start with some tutorials and online courseware.

 

If you are already familiar with LabVIEW,  show us what you wrote so far and we will give you some hints how to complete the project. What have you tried? Where did you get stuck?

 

 

0 Kudos
Message 3 of 3
(2,843 Views)